1
0
Fork 0
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:
pgrondek 2019-04-07 11:22:35 +02:00
parent d3e81edca3
commit e4d9b12023

2
vimrc
View file

@ -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