Emacs: Bind s-k to kill-this-buffer
Alan Pearce ap@studio-40.com
Sun, 01 Jun 2014 09:46:22 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -384,6 +384,7 @@ (unbind-key "s-h") (unbind-key "s-n") (unbind-key "s-p") (unbind-key "s-w") +(bind-key "s-k" #'kill-this-buffer) (bind-key "s-x" (define-prefix-command 'super-x-map))