Added inset-select-all to emacs bindings

In emacs this shortcut means: Make region contain the current paragraph
This commit is contained in:
Kornel Benko 2015-01-22 10:34:02 +01:00
parent 48514e49ff
commit ecdeffb52b

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