Buffer Hint : A handy buffer switcher
script karma |
Rating 147/50,
Downloaded by 2148 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yanhui Shen |
|
script type |
utility |
|
description |
With this plugin, you can browse all buffers in a popup side window. In addition, this plugin provides a "hint key" for each buffer, just like what Vimperator/Vimium/VimFx does. Therefore, you can switch among buffers quickly with a single key stroke in the best case.
Project Home Page: https://github.com/bsdelf/bufferhint |
|
install details |
Install:
cp bufferhint.vim ~/.vim/plugin/
Configure:
nnoremap - :call bufferhint#Popup()<CR>
nnoremap \ :call bufferhint#LoadPrevious()<CR>
Use Case:
1."vim 1.txt 2.txt 3.txt"
2.type "-" to popup buffer hints
3.type "a"/"b"/"c" to switch to 1.txt/2.txt/3.txt correspondingly
Latest recently used mode:
4.type "-" to popup buffer hints
5.type SPACE to switch to LRU mode |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.81
|