Skip to content

Instantly share code, notes, and snippets.

@haxcited
Created March 13, 2021 20:49
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 haxcited/cd3a75da19eee7bae3dbb7dc20e04d48 to your computer and use it in GitHub Desktop.
Save haxcited/cd3a75da19eee7bae3dbb7dc20e04d48 to your computer and use it in GitHub Desktop.
;;key-chord
(require 'key-chord)
(key-chord-mode +1)
(key-chord-define-global "jj" 'ace-jump-word-mode)
(key-chord-define-global "jb" 'helm-buffers-list)
(key-chord-define-global "jk" 'helm-show-kill-ring)
(key-chord-define-global "jg" 'gist-region)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment