Skip to content

Instantly share code, notes, and snippets.

@creichert
Created September 18, 2018 18:04
Show Gist options
  • Save creichert/5552ebf32ee5640ac23cdfd0362c1086 to your computer and use it in GitHub Desktop.
Save creichert/5552ebf32ee5640ac23cdfd0362c1086 to your computer and use it in GitHub Desktop.
(evil-leader/set-key
"e" 'flycheck-next-error
"w" 'flycheck-previous-error
"f" 'projectile-find-file
"prt" 'projectile-regenerate-tags
"c" 'projectile-compile-project
"b" 'projectile-switch-to-buffer
"xc" 'save-buffers-kill-terminal
;; currently overlapping to see which i prefer
"(" 'insert-parentheses
"9" 'insert-parentheses
"U" 'browse-url-chromium
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment