I'm using minibufexplorer
plugin with VIM that displays buffers atop of my window. Default Ctrl+O (jump back using jumplist) opens files in separate buffers, so after a number of jumps displayed buffer count grows very large. Is it possible to modify Ctrl+O behaviour so it will open new buffer and close previous one? I have tried to program it with vimscript, but did not found any API to interact with jumplist. And if i replace Ctrl+O with my own function i don't know how to call the original implementation to do actual jump :(. Any help?
问问题
73 次