aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 21:22:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:20:39 +1300
commitcd85ca6e9516ebe8ec1d54253f08b2b0942d820f (patch)
treec7924df132afa4ac2df0bcda3fce8f05a960cc99
parentSimplify ft=sh subtype flag clearing (diff)
downloaddotfiles-cd85ca6e9516ebe8ec1d54253f08b2b0942d820f.tar.gz
dotfiles-cd85ca6e9516ebe8ec1d54253f08b2b0942d820f.zip
Adjust a vimrc comment for clarity
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 25fe4e05..8673d51b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -185,9 +185,9 @@ set shortmess+=I
" Prefix wrapped rows with three dots
set showbreak=...
-" New windows go below or to the right of a split
-set splitbelow
-set splitright
+" New window positioning
+set splitbelow " Below the current window, not above
+set splitright " Right of the current window, not left
" Give me a bit longer to complete mappings
set timeoutlen=3000