mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
Changed vim splitting
This commit is contained in:
parent
d3e81edca3
commit
e4d9b12023
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -12,6 +12,8 @@ set ignorecase
|
||||||
|
|
||||||
" Tabs
|
" Tabs
|
||||||
:au BufAdd,BufNewFile,BufRead * nested tab sball
|
:au BufAdd,BufNewFile,BufRead * nested tab sball
|
||||||
|
set splitbelow
|
||||||
|
set splitright
|
||||||
|
|
||||||
set laststatus=2 " Always show a status bar
|
set laststatus=2 " Always show a status bar
|
||||||
set scrolloff=3 " Keep n lines when scrolling
|
set scrolloff=3 " Keep n lines when scrolling
|
||||||
|
|
Loading…
Reference in a new issue