From 3171a3a06e0b44770d7e37b97e582ab96a200757 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 14 Jul 2015 11:40:22 -0400 Subject: vimrc: Set `splitright` Open new vertical splits to the right of the current window because I often end up moving my newly-opened split to the right anyway. Makes sense to have Vim do it for me and save a few keystrokes. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 73bff45..53f048e 100644 --- a/vimrc +++ b/vimrc @@ -314,6 +314,9 @@ " * Update pick mappings to be more comfortable now that I've freed " d. " +" 2015.07.14: +" * Turn on splitright +" " Pathogen @@ -361,6 +364,8 @@ set grepprg=ack " Use ack instead of grep set ignorecase " Case insensitive set smartcase " Case insensitive unless an uppercase character is entered +set splitright " Open vertical splits to the right of the current window + " Don't persist options & mappings in saved sessions set sessionoptions-=options -- cgit v1.2.3