From 54214d09d7d138570157d8b457e4babfaf282dfe Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sun, 13 Sep 2020 19:23:56 +0200 Subject: [PATCH] Split vim to the right/bottom --- .config/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 7124179..e45c4f3 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -50,6 +50,8 @@ set spell spelllang=en_us if (has('nvim')) set inccommand=nosplit endif +" Put new window below/right of current +set splitbelow splitright " Aesthetics ################################################################### " Use 24-bit (true-color) mode