summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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