Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Created March 10, 2013 21:23
Show Gist options
  • Save lirenlin/5130492 to your computer and use it in GitHub Desktop.
Save lirenlin/5130492 to your computer and use it in GitHub Desktop.
vim command tab completion
# new option only supported in version >=7.3
set wildignorecase
set wildmenu
set wildmode=list:longest,full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment