vim/gvim buffers插件管理bufexplorer
作者:互联网
jlanzarotta/bufexplorer: BufExplorer Plugin for Vim (github.com)
这个在打开窗口里面按jk就可以直接打开了,比较方便吧
bufexplorer
BufExplorer Plugin for Vim
With bufexplorer, you can quickly and easily switch between buffers by using the one of the default public interfaces:
\<Leader\>be
normal open
\<Leader\>bt
toggle open / close
\<Leader\>bs
force horizontal split open
\<Leader\>bv
force vertical split open
To start exploring in the current window, use: > <Leader>be or :BufExplorer or Your custom key mapping To toggle bufexplorer on or off in the current window, use: > <Leader>bt or :ToggleBufExplorer or Your custom key mapping To start exploring in a newly split horizontal window, use: > <Leader>bs or :BufExplorerHorizontalSplit or Your custom key mapping To start exploring in a newly split vertical window, use: > <Leader>bv or :BufExplorerVerticalSplit or Your custom key mapping
可以:h bufexplorer来打开帮助
使用:helptags来生成帮助
标签:插件,gvim,use,bufexplorer,custom,key,mapping,open 来源: https://www.cnblogs.com/dogingate/p/15865580.html