Thursday, March 05, 2009

Add a new shortcut for VIM to switch buffer

We can use F5 to show a list of buffer and switch buffer by inputting a buffer number. Just need to add following configuration into .vimrc


nnoremap <f5> :buffers<cr>:buffer<space>

----From VIM Tips wiki

0 comments: