From 68d3688421b8925ece4d8a0c561d5d0afa13edc1 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 27 Jan 2014 12:52:31 +0100 Subject: [PATCH] Added emacs bindings for window-{new,close} functions --- lib/bind/emacs.bind | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index 9001111fb4..65fa6b5fb3 100644 --- a/lib/bind/emacs.bind +++ b/lib/bind/emacs.bind @@ -109,6 +109,10 @@ Format 1 \bind "C-Prior" "buffer-previous" \bind "C-x 0" "view-close" +# Window commands +\bind "C-x 5 2" "window-new" +\bind "C-x 5 0" "window-close" + # this is "upcase-region" in emacs #\bind "C-x C-u" "undo" -- 2.39.2