From ecdeffb52b1dad2f56e0e4210d0a040e807e2caf Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 22 Jan 2015 10:34:02 +0100 Subject: [PATCH] Added inset-select-all to emacs bindings In emacs this shortcut means: Make region contain the current paragraph --- lib/bind/emacs.bind | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index 09fe783614..f0cb33e17f 100644 --- a/lib/bind/emacs.bind +++ b/lib/bind/emacs.bind @@ -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" -- 2.39.2