From: Michael D. Lowis Date: Sun, 2 Nov 2014 14:27:07 +0000 (-0500) Subject: Updated buffer switching shortcuts X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=39be1791346ab554ecfa695cebf020527c506906;p=archive%2Fvim_config.git Updated buffer switching shortcuts --- diff --git a/projects/gentex.vim b/projects/gentex.vim index 8fcb8ef..a68e1cf 100644 --- a/projects/gentex.vim +++ b/projects/gentex.vim @@ -31,6 +31,7 @@ function! RefreshCScope() call ConnectCScope() execute('cd ' . g:ProjectPath) endif + redraw! endfunction " Update the CTags File @@ -40,6 +41,7 @@ function! RefreshCTags() execute('silent ! ctags -R *') execute('cd ' . g:ProjectPath) endif + redraw! endfunction " Execute Rake with the given targets and open the quickfix window diff --git a/vimrc b/vimrc index a564965..47d7c3d 100644 --- a/vimrc +++ b/vimrc @@ -193,10 +193,10 @@ inoremap map t :call Template(getline("."))jdd " ---- Buffer Management ---- -map :bp -imap :bp -map :bn -imap :bn +map :bp +imap :bp +map :bn +imap :bn " ---- Moving Lines Around ---- nmap ddp