From cd85ca6e9516ebe8ec1d54253f08b2b0942d820f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 21:22:05 +1300 Subject: Adjust a vimrc comment for clarity --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim') 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 -- cgit v1.2.3