Use tmux style splits

master
Hektor Misplon 2020-12-20 15:37:22 +01:00
parent 4bf2f4cde1
commit 483135907c
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -26,7 +26,7 @@ set conceallevel=1
set clipboard=unnamedplus
set list
set listchars=tab:>-,trail:-,extends:>,precedes:<
set fillchars+=vert:│ "cleaner split separator (tmux style)
" Functions ____________________________