vimrc: vertical delimiter styling
This commit is contained in:
parent
2e76f1d7c0
commit
84da8896c2
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ set wildmenu
|
|||
" Splitting
|
||||
set splitbelow
|
||||
set splitright
|
||||
|
||||
" Split delimiter
|
||||
set fillchars+=vert:\│
|
||||
hi! VertSplit ctermbg=243 ctermfg=16
|
||||
|
||||
"" Replaced by christoomey/vim-tmux-navigator
|
||||
" nnoremap <C-J> <C-W><C-J>
|
||||
" nnoremap <C-K> <C-W><C-K>
|
||||
|
|
Loading…
Reference in a new issue