diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 22:43:50 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 22:43:50 +0100 |
commit | 9dc22c91b504995668c5d7a43bd604e74a90ddbd (patch) | |
tree | d1161c66c272d09b0ca8d6cb58e48703dd1bc049 /.vim/vimrc | |
parent | 6029c1e505692d6c0b0eb9a52fb214a094ff9aba (diff) |
Vim/nvim set splitright + splitbelow
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ set noswapfile set nowrap set background=dark set cursorline +set splitright +set splitbelow map Y y$ nnoremap <C-L> :nohl<CR><C-L> |