Ensure CMD-(left|right)arrow works the same as the rest of Linux

This commit is contained in:
Scott Wallace 2019-01-04 19:56:10 +00:00
parent e908241913
commit 3fc30fa876

View file

@ -1,3 +1,5 @@
set bell-style visible set bell-style visible
set prefer-visible-bell set prefer-visible-bell
set convert-meta on set convert-meta on
"\e[1;5D": backward-word # ctrl + left
"\e[1;5C": forward-word # ctrl + right