diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-12-04 22:43:50 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-12-04 23:23:18 +0100 |
commit | 20f5256ed4978a2ad6acbc7a7e5bb1ce2520ee17 (patch) | |
tree | 1d030467ddeaf4961ba9bb69b58ba54039dd82ae /.vim/vimrc | |
parent | f45540aefcb9be0736a3bde718ea861d585615ee (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> |