Open mskar opened 3 years ago
I decided to close this issue since I realized that I can rely on MacOS for most of these bindings.
~Please reopen~
I made some updates to my settings and I have had some luck with getting the mappings I want: https://raw.githubusercontent.com/mskar/setup/main/surfingkeys.js
It's important to keep settings up to date: https://github.com/brookhong/Surfingkeys/wiki/Migrate-your-settings-from-0.9.74-to-1.0
I'd like to add the bindings like those listed in the README to my config: https://github.com/brookhong/Surfingkeys#insert-mode
How can I add the bindings below to my config?
Ctrl-a
move the cursor to the beginning of the line (default in MacOS)Ctrl-b
move the cursor Backward 1 character (default in MacOS)Ctrl-e
move the cursor to the end of the line (default in MacOS and Surfingkeys)Ctrl-f
move the cursor Forward 1 character (default in MacOS)Ctrl-k
delete all entered characters after the cursor (default in MacOS)Ctrl-u
delete all entered characters before the cursor (default in Surfingkeys)Ctrl-w
delete a word backwardsCtrl--
undoAlt-b
move the cursor Backward 1 word (default in MacOS and Surfingkeys)Alt-f
move the cursor Forward 1 word (default in MacOS and Surfingkeys)Alt-d
delete a word forwards (default in MacOS and Surfingkeys)