vim: split below and use existing windows on :sb

master
Guillaume DOTT 2013-06-18 16:31:54 +02:00
parent 62ab52d2bd
commit a8d7b214a3
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ set autoindent
set nowrap set nowrap
set hidden set hidden
set switchbuf=useopen,usetab
set ruler set ruler
set showcmd set showcmd
set fileencoding=utf-8 set fileencoding=utf-8
@ -77,6 +78,7 @@ set listchars=nbsp:·,tab:>-,extends:>,precedes:<
set list set list
set splitright set splitright
set splitbelow
set wildmenu set wildmenu
set wildmode=longest:full,full set wildmode=longest:full,full