.vimrc
changeset 152 7fe989d9decb
parent 48 514847fa6797
child 161 feeb41993549
--- 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: "\""