Added emacs bindings for window-{new,close} functions

This commit is contained in:
Kornel Benko 2014-01-27 12:52:31 +01:00
parent ef5d702325
commit 68d3688421

View File

@ -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"