From fc09c8c2b4874974a1f6d081cfd31a6d136954b7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 6 Jul 2016 10:20:59 +0200 Subject: emacs: leader shortcut for 'kill-buffer-and-window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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 -- cgit v1.2.3