1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 12:03:43 +00:00

Changed vim splitting

This commit is contained in:
pgrondek 2019-04-07 11:22:35 +02:00
parent d3e81edca3
commit e4d9b12023

2
vimrc
View File

@ -12,6 +12,8 @@ set ignorecase
" Tabs
:au BufAdd,BufNewFile,BufRead * nested tab sball
set splitbelow
set splitright
set laststatus=2 " Always show a status bar
set scrolloff=3 " Keep n lines when scrolling