Bash like completion.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 23 Jul 2011 11:32:21 +0300
changeset 152 7fe989d9decb
parent 151 03f294e76a50
child 153 84e7bd3b8603
Bash like completion.
.vimrc
--- a/.vimrc	Fri Jul 22 14:21:26 2011 +0300
+++ b/.vimrc	Sat Jul 23 11:32:21 2011 +0300
@@ -63,6 +63,13 @@
 
 set ruler
 
+" When you type the first tab hit will complete as much as possible, the
+" second tab hit will provide a list, the third and subsequent tabs will cycle
+" through completion options so you can complete the file without further
+" keys.
+set wildmode=longest,list,full
+set wildmenu
+
 " Local Variables:
 " mode: fundamental
 " comment-start: "\""