]> git.lyx.org Git - features.git/commitdiff
Added inset-select-all to emacs bindings
authorKornel Benko <kornel@lyx.org>
Thu, 22 Jan 2015 09:34:02 +0000 (10:34 +0100)
committerKornel Benko <kornel@lyx.org>
Thu, 22 Jan 2015 09:34:02 +0000 (10:34 +0100)
In emacs this shortcut means: Make region contain the current paragraph

lib/bind/emacs.bind

index 09fe78361406cee3432bf75d51e362c553259b42..f0cb33e17f1ad7c1c1b60697a1be18fce249ec65 100644 (file)
@@ -254,6 +254,7 @@ Format 2
 \bind "S-C-KP_End"              "buffer-end-select"
 \bind "S-C-KP_Prior"            "buffer-begin-select"
 \bind "S-C-KP_Next"             "buffer-end-select"
+\bind "M-h"                     "inset-select-all"
 \bind "C-KP_Insert"             "copy"
 \bind "S-KP_Insert"             "paste"
 \bind "S-KP_Delete"             "cut"