# HG changeset patch # User Oleksandr Gavenko # Date 1311409941 -10800 # Node ID 7fe989d9decb46d05d4643a979e100fdb54a1919 # Parent 03f294e76a50e1153d10f7bf39ecd6dca12ca2b7 Bash like completion. diff -r 03f294e76a50 -r 7fe989d9decb .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: "\""