vim: better command line completion
This commit is contained in:
parent
3e9fa8abe5
commit
a5c85f69bb
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ set viminfofile=$XDG_DATA_HOME/vim/viminfo
|
||||||
set virtualedit=block " position the cursor anywhere in Visual Block mode
|
set virtualedit=block " position the cursor anywhere in Visual Block mode
|
||||||
set wildignore=*.o,*.obj,*.pyc,*.exe,*.so,*.dll
|
set wildignore=*.o,*.obj,*.pyc,*.exe,*.so,*.dll
|
||||||
set wildignorecase " ignore case when completing file names
|
set wildignorecase " ignore case when completing file names
|
||||||
set nowildmenu " I am using list for commandline completion instead
|
set wildmenu " show wildmenu after list (see 'wildmode')
|
||||||
set wildmode=list:longest " list all matches and complete longest common
|
set wildmode=longest,list,full " complete longest common, then list, then wildmenu
|
||||||
set wrap " wrap long lines
|
set wrap " wrap long lines
|
||||||
set writebackup " make a backup before overwriting a file
|
set writebackup " make a backup before overwriting a file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue