commit 68d3688421b8925ece4d8a0c561d5d0afa13edc1 Author: Kornel Benko <kor...@lyx.org> Date: Mon Jan 27 12:52:31 2014 +0100
Added emacs bindings for window-{new,close} functions diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index 9001111..65fa6b5 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"