diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 278a039..f293d66 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -336,6 +336,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (evil-leader/set-key "," 'back-to-indentation "c" 'delete-window + "k" 'kill-buffer-and-window "v" 'split-window-right "V" (lambda () (interactive) (split-window-right) (other-window 1)) "f" 'flycheck-list-errors |
