View and choose a buffer

1 Point

Alex Alex

5 years ago

Stupidly simple and nice mapping. Works best when you have less than ~20 buffers open.

nnoremap gb :ls<CR>:b

Enan Ajmain

Enan Ajmain 5 years ago

You should put a <Space> after b. If you're using :h bufnr() as the argument, it doesn't need a space to work. But if you're using :h bufname() as the argument, you need a space.

Romain Lafourcade

Romain Lafourcade 5 years ago

Already submitted: https://vimrcfu.com/snippet/5

Alex

Alex 5 years ago

well, there's no way to remove a post.