add this to your ~/.inputrc:
#Pressing alt+left/right arrow force cursor to jump 1 word left/right
"\e[1;9D": backward-word "\e[1;9C": forward-word
#this will print all ambiguous variant if you presse TAB
set show-all-if-ambiguous ON
#ignore case in files/folders names in terminal set completion-ignore-case on #tab cycles through completion
TAB: menu-complete
#shift+TAB to show all ambiguous variant "\e[Z": complete
Комментариев нет:
Отправить комментарий