Skip to content

Instantly share code, notes, and snippets.

@falloutphil
Created January 11, 2020 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falloutphil/27c79c6f5819369b741627835c7bce84 to your computer and use it in GitHub Desktop.
Save falloutphil/27c79c6f5819369b741627835c7bce84 to your computer and use it in GitHub Desktop.
Konsole Key Bindings for Emacs Terminal
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