aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:18:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:18:17 +1200
commit91c69750e01f898191063d30a6c2d12372581497 (patch)
tree8c3fc0aa70528f7f8984a8175829e65493bef4cc
parentRemove .vimrc 'backupext' setting (diff)
downloaddotfiles-91c69750e01f898191063d30a6c2d12372581497.tar.gz
dotfiles-91c69750e01f898191063d30a6c2d12372581497.zip
Remove .vimrc 'switchbuf' settings
I never use it.
-rw-r--r--vim/vimrc7
1 files changed, 0 insertions, 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 :<C-U>bprevious<CR>
nnoremap ]b :<C-U>bnext<CR>