diff --git a/vimrc/.vimrc b/vimrc/.vimrc index deb3e44..fbe4964 100644 --- a/vimrc/.vimrc +++ b/vimrc/.vimrc @@ -40,3 +40,9 @@ vnoremap zf " F9 execute current Python file autocmd FileType python map :w:exec '!clear;python' shellescape(@%, 1) autocmd FileType python imap :w:exec '!clear;python' shellescape(@%, 1) + +" Cycle through buffers +map [b :bp +map ]b :bn +map db :bd +