Created
January 11, 2020 00:15
-
-
Save falloutphil/27c79c6f5819369b741627835c7bce84 to your computer and use it in GitHub Desktop.
Konsole Key Bindings for Emacs Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To get windmove to work and stuff like this: https://ebzzry.io/en/emacs-pairs/ | |
https://unix.stackexchange.com/questions/76566/where-do-i-find-a-list-of-terminal-key-codes-to-remap-shortcuts-in-bash | |
https://emacs.stackexchange.com/questions/977/shiftup-isnt-recognized-by-emacs-in-a-terminal/989#989 | |
Settings -> Edit Current Profile -> Keyboard | |
But also check that it's not overridden in Settings -> Configure Shortcuts | |
S-Up \E[1;2A | |
S-Down \E[1;2B | |
S-Left \E[1;2D | |
S-Right \E[1;2C | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment