vim: better command line completion
This commit is contained in:
parent
0efe9f8507
commit
b895988ce3
1 changed files with 2 additions and 0 deletions
|
@ -73,7 +73,9 @@ set viminfo=h,'500,<10000,s1000,/1000,:1000
|
||||||
set viminfofile=$XDG_CACHE_HOME/vim/viminfo
|
set viminfofile=$XDG_CACHE_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 wildmenu " use the menu for commandline completion
|
set wildmenu " use the menu for commandline completion
|
||||||
|
set wildmode=longest:full " complete to longest common string and start menu
|
||||||
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