Created
February 10, 2014 20:31
-
-
Save pbostrom/8923613 to your computer and use it in GitHub Desktop.
emacs control arrows
This file contains hidden or 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
| (define-key input-decode-map "\e[1;5A" [C-up]) | |
| (define-key input-decode-map "\e[1;5B" [C-down]) | |
| (define-key input-decode-map "\e[1;5C" [C-right]) | |
| (define-key input-decode-map "\e[1;5D" [C-left]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment