summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2021-12-04 22:43:50 +0100
committeradamstuck <adam.moloney.stuck@gmail.com>2021-12-04 23:23:18 +0100
commit20f5256ed4978a2ad6acbc7a7e5bb1ce2520ee17 (patch)
tree1d030467ddeaf4961ba9bb69b58ba54039dd82ae /.vim
parentf45540aefcb9be0736a3bde718ea861d585615ee (diff)
Vim/nvim set splitright + splitbelow
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index d527702..ce2d71d 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -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>