Replies: 3 comments 3 replies
-
this really should be a default available option in omarchy, allowing for mac keybinding defaults, this is so good, thanks for sharing, made me feel at home in Omarchy! |
Beta Was this translation helpful? Give feedback.
-
@melonamin any ideas on how to add cmd+shift+left-arrow to select the entire line from where the cursor currently is. I cannot get this to work no matter what config I place in. obviously on linux the exact functionality I want to mimic is shift+home - selects entire line to the beginning from cursor if anyone has this solution to work with the above, I would be forever grateful! |
Beta Was this translation helpful? Give feedback.
-
I had to make a few changes for this config to work:
Adding my user to the keyd group to be able to read the socket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This guide helps macOS users configure familiar keyboard shortcuts on Linux using keyd and keyd-application-mapper.
Overview
The configuration transforms your Linux keyboard to behave like macOS:
Installation
Basic Configuration
Step 1: Main keyd Configuration
Create
/etc/keyd/default.conf
:Step 2: Terminal Configuration
Create
~/.config/keyd/app.conf
for terminal-specific overrides:Step 3: Enable Services
Troubleshooting
Test your config:
sudo keyd -m # Press keys to see how they're mapped
Check service status:
View logs:
Application detection:
# See which app keyd-application-mapper detects keyd-application-mapper -v
Life is too short to fight muscle memory!
UPD1: adjusted terminal config, kudos to @domgom
UPD2: added Mac-like text selection creds to @stefvw93 and @followbl
Beta Was this translation helpful? Give feedback.
All reactions