From: Mike Frysinger Date: Wed, 14 Feb 2018 05:03:43 +0000 (-0500) Subject: inputrc: change ctrl+arrow for shell skipping words X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4d97d394d522aabc90e6d29a34928016a7ee9c24;p=home.git inputrc: change ctrl+arrow for shell skipping words --- diff --git a/.inputrc b/.inputrc index 39c18f5..30bd90e 100644 --- a/.inputrc +++ b/.inputrc @@ -17,9 +17,12 @@ set enable-bracketed-paste on # alt+k to delete back a word (like alt+backspace) "\ek": backward-kill-word -# konsole (alt + arrow key) +# alt + arrow key "\e[1;3C": forward-word "\e[1;3D": backward-word +# ctrl + arrow key +"\e[1;5C": shell-forward-word +"\e[1;5D": shell-backward-word # meta + arrow key "\e[1;9C": forward-word "\e[1;9D": backward-word