Created
September 18, 2018 18:04
-
-
Save creichert/5552ebf32ee5640ac23cdfd0362c1086 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (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