Add select whole buffer shortcut to emacs.bind

This commit is contained in:
Kornel Benko 2016-11-22 13:10:57 +01:00
parent 7bb07f179a
commit 7950d109c8

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