]> git.lyx.org Git - features.git/commitdiff
Added emacs bindings for window-{new,close} functions
authorKornel Benko <kornel@lyx.org>
Mon, 27 Jan 2014 11:52:31 +0000 (12:52 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 27 Jan 2014 11:52:31 +0000 (12:52 +0100)
lib/bind/emacs.bind

index 9001111fb4e0405f35dd65bd26a59ebc8c761ee3..65fa6b5fb39169b2746754da959c0cee77889fe9 100644 (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"