VIM: natural splitting

This commit is contained in:
Tobias Manske 2018-08-28 23:24:09 +02:00
parent c4ce41408f
commit 88587d84b6
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
1 changed files with 5 additions and 0 deletions

View File

@ -19,9 +19,14 @@ colorscheme happy_hacking
source ~/.vim/config/plugin.vim
source ~/.vim/config/keybindings.vim
" General editor settings
set tabstop=4
set shiftwidth=4
set cc=120
set splitbelow
set splitright
let g:netrw_liststyle = 3
let g:netrw_browse_split = 4
let g:netrw_winsize = 20