]> git.lyx.org Git - features.git/commitdiff
Add select whole buffer shortcut to emacs.bind
authorKornel Benko <kornel@lyx.org>
Tue, 22 Nov 2016 12:10:57 +0000 (13:10 +0100)
committerKornel Benko <kornel@lyx.org>
Tue, 22 Nov 2016 12:10:57 +0000 (13:10 +0100)
lib/bind/emacs.bind

index 6f58c9bcf9b36b96ab8d763dbcd4e4ecc373ae82..b84cd713e76ecb69819f08c09f8c2729aca4e60c 100644 (file)
@@ -260,6 +260,7 @@ Format 4
 \bind "S-C-KP_End"              "buffer-end-select"
 \bind "S-C-KP_Prior"            "buffer-move-previous"
 \bind "S-C-KP_Next"             "buffer-move-next"
+\bind "C-x h"                  "command-sequence buffer-begin ; buffer-end-select"   # select all
 \bind "M-h"                     "inset-select-all"
 \bind "C-KP_Insert"             "copy"
 \bind "S-KP_Insert"             "paste"