diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:18:17 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:18:17 +1200 |
commit | 91c69750e01f898191063d30a6c2d12372581497 (patch) | |
tree | 8c3fc0aa70528f7f8984a8175829e65493bef4cc /vim | |
parent | Remove .vimrc 'backupext' setting (diff) | |
download | dotfiles-91c69750e01f898191063d30a6c2d12372581497.tar.gz dotfiles-91c69750e01f898191063d30a6c2d12372581497.zip |
Remove .vimrc 'switchbuf' settings
I never use it.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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> |