feat(inputrc): add alt-left/right

master
Brandon Hartshorn 2021-03-08 11:06:41 -06:00
parent 12fdbda229
commit 2f4b75aaf6
1 changed files with 5 additions and 0 deletions

View File

@ -39,3 +39,8 @@ set mark-symlinked-directories on
# I find myself NEVER using this and mostly just being annoyed
#"\e[A": history-search-backward
#"\e[B": history-search-forward
#
# Use alt-[left/right] to go [backward/forward] by word
"\e\e[D": backward-word
"\e\e[C": forward-word