1

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?

TifatulS
  • 1,335

1 Answers1

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.