summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-12-04 22:43:50 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2021-12-04 22:43:50 +0100
commit9dc22c91b504995668c5d7a43bd604e74a90ddbd (patch)
treed1161c66c272d09b0ca8d6cb58e48703dd1bc049 /.vim
parent6029c1e505692d6c0b0eb9a52fb214a094ff9aba (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>