From 181c99eea7872be9bd6e40f90914bfdf24891b63 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Dec 2018 23:49:25 +0800 Subject: vim: Add two more mappings --- _vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '_vim/vimrc') diff --git a/_vim/vimrc b/_vim/vimrc index ec139d2..5574c0d 100644 --- a/_vim/vimrc +++ b/_vim/vimrc @@ -181,6 +181,7 @@ noremap bd :Bclose:tabclosegT " Close all the buffers noremap ba :bufdo bd +noremap b :buffers:buffer noremap l :bnext noremap h :bprevious @@ -300,6 +301,7 @@ noremap p "+p " Mappings for vim-fugitive nnoremap gs :Gstatus nnoremap gd :Gdiff +nnoremap gb :Gblame """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -- cgit v1.2.2