aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
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