Created
September 14, 2018 03:34
-
-
Save yinjinzhong/4a8575c32b8943cb510263fe9e95fb6e 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
"ir" 'ivy-resume | |
"nn" 'my-goto-next-hunk | |
"pp" 'my-goto-previous-hunk | |
"ww" 'narrow-or-widen-dwim | |
"xnw" 'widen | |
"xnd" 'narrow-to-defun | |
"xnr" 'narrow-to-region | |
"ycr" 'my-yas-reload-all | |
"wf" 'popup-which-function) | |
;; }} | |
;; {{ Use `SPC` as leader key | |
;; all keywords arguments are still supported | |
(nvmap :prefix "SPC" | |
"ee" 'my-swap-sexps | |
"pc" 'my-dired-redo-from-commands-history | |
"pw" 'pwd | |
"cc" 'my-dired-redo-last-command | |
"ss" 'wg-create-workgroup ; save windows layout | |
"se" 'evil-iedit-state/iedit-mode ; start iedit in emacs | |
"sc" 'shell-command | |
"ll" 'my-wg-switch-workgroup ; load windows layout | |
"kk" 'scroll-other-window | |
"jj" 'scroll-other-window-up | |
"rt" 'random-color-theme | |
"yy" 'hydra-launcher/body | |
"hh" 'multiple-cursors-hydra/body |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment