From: Silvio Rhatto Date: Sun, 14 Sep 2014 01:47:20 +0000 (-0300) Subject: Command mode completion X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c9463e9fe617459995ab9c3e6509622cd134a90;p=rhatto%2Fdotfiles%2Fvim.git Command mode completion --- diff --git a/vimrc.dot.link b/vimrc.dot.link index 8609f2f..4f59ced 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -19,6 +19,12 @@ set title set titleold="terminal" set titlestring=vim:\ %F +" Command mode completion +" See https://stackoverflow.com/questions/526858/how-do-i-make-vim-do-normal-bash-like-tab-completion-for-file-names +"set wildmode=longest,list +set wildmode=longest,list,full +set wildmenu + " Thanks to http://stackoverflow.com/questions/1673649/vimrc-action-onclose function! ResetTitle(title) " disable vim's ability to set the title