From 91c69750e01f898191063d30a6c2d12372581497 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:18:17 +1200 Subject: Remove .vimrc 'switchbuf' settings I never use it. --- vim/vimrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 335db1c0..ac886ed0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -48,13 +48,6 @@ set backspace+=indent " Spaces from 'audoindent' set backspace+=eol " Line breaks set backspace+=start " The start of current insertion -" Allow jumping between windows and tabs to find an open instance of a given -" buffer with :sbuffer. -set switchbuf=useopen -if v:version >= 701 - set switchbuf+=usetab -endif - " Cycle back and forth through buffers. nnoremap [b :bprevious nnoremap ]b :bnext -- cgit v1.2.3