Skip to content

Instantly share code, notes, and snippets.

@yinjinzhong
Created September 14, 2018 03:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
"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