From 39be1791346ab554ecfa695cebf020527c506906 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Sun, 2 Nov 2014 09:27:07 -0500 Subject: [PATCH] Updated buffer switching shortcuts --- projects/gentex.vim | 2 ++ vimrc | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.52.0