Created
March 13, 2021 20:49
-
-
Save haxcited/cd3a75da19eee7bae3dbb7dc20e04d48 to your computer and use it in GitHub Desktop.
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
;;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