summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-18 16:46:45 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-18 16:46:45 +0100
commit1674de62cfc06027d7bc02057ff69b9e86082582 (patch)
treef0aa5bb42e439b3a73b301e40705e20c5985d5e5 /vim
parent0cb9deef3e7b11288d85b0ec4911e50aec6f4f6e (diff)
vimrc: set splitbelow/splitright
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 452b0c1..3db1fe2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -25,6 +25,9 @@ set ttyfast
set undofile
set nojoinspaces
+set splitbelow
+set splitright
+
" tabs handling
set expandtab
set shiftwidth=4