Skip to content

Instantly share code, notes, and snippets.

@pbostrom
Created February 10, 2014 20:31
Show Gist options
  • Select an option

  • Save pbostrom/8923613 to your computer and use it in GitHub Desktop.

Select an option

Save pbostrom/8923613 to your computer and use it in GitHub Desktop.
emacs control arrows
(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