]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Command mode completion
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Sep 2014 01:47:20 +0000 (22:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Sep 2014 01:47:20 +0000 (22:47 -0300)
vimrc.dot.link

index 8609f2f72976e61397fb114be1fbd72260c33cc9..4f59ceddebf2dee46efbef354f063b457c4036d0 100644 (file)
@@ -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