From 668159f7a07ed2eb72e110b26f243ad60b8295c9 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Mon, 1 Jan 2018 09:25:44 -0600 Subject: [PATCH] .vimrc: Put new vsplit windows to the right of the current --- .vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 1b6d7c9..ee4bc90 100644 --- a/.vimrc +++ b/.vimrc @@ -181,9 +181,8 @@ set nostartofline " don't jump to the start of line when scrolling set scrolloff=4 " vertical padding set sidescroll=40 " side-scrolling increment (for nowrap mode) set sidescrolloff=10 " horz padding -if version >= 700 - set tabpagemax=50 " open 50 tabs max -endif +set tabpagemax=15 " open 15 tabs max +set splitright " put new vsplit windows to the right of the current " ---------------------------------------------------------------------------- " Visual Cues -- 2.43.0