From a2cdbf8571ba6c542a0ca45e8adad206e970b05b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 15 Nov 2017 15:22:19 +0100 Subject: Make minor changes --- vim/.vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index f525a5e..c0a2172 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -46,6 +46,7 @@ Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } Plug 'terryma/vim-expand-region' Plug 'terryma/vim-multiple-cursors' Plug 'tommcdo/vim-exchange' +Plug 'ton/vim-bufsurf' Plug 'tpope/vim-abolish' Plug 'tpope/vim-commentary' Plug 'tpope/vim-dispatch' @@ -334,10 +335,15 @@ cnoremap cnoremap cnoremap +nmap +nmap :bd! # +nmap >b :BufSurfForward +nmap :bd! # + if has("nvim") nnoremap goh :lcd %:h \| terminal tnoremap :bd! # - nnoremap i + nnoremap :b # \| norm A tnoremap endif -- cgit v1.2.3