I don't like my terminal's autocomplete behaviour, to be honest I like windows' cmd behaviour better. Does bash (default shell in ubuntu) come with several options of the autocomplete behaviours? How can I change it?
Asked
Active
Viewed 2,360 times
1 Answers
2
See https://stackoverflow.com/questions/7179642/how-can-i-make-bash-tab-completion-behave-like-vim-tab-completion It explains how to set up bash to work more like windows, where it cycles through the possible completions.
Yet Another User
- 2,651
- 3
- 23
- 37
-
I seem to have no ~\.inputrc yet, is this normal? By the way what other options are there besides those in the link? Is there a way to get the list or documentation? – TifatulS Apr 28 '13 at 15:56
-
Create an ~/.inputrc. Gnu's official documentation: http://www.gnu.org/software/bash/manual/html_node/Commands-For-Completion.html – Yet Another User Apr 28 '13 at 16:04