add option for tab completion
This commit is contained in:
parent
b10b2e3ebe
commit
1d3d6bc876
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -46,4 +46,8 @@ set shiftwidth=2
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
||||||
|
" tab completion when opening files
|
||||||
|
set wildmode=longest,list,full
|
||||||
|
set wildmenu
|
||||||
|
|
||||||
colorscheme chalkboard
|
colorscheme chalkboard
|
||||||
|
|
Loading…
Add table
Reference in a new issue