在 Vim 中打开最近隐藏的缓冲区
假设我有两个缓冲区。一个是 NERDTree,另一个是我正在编辑的实际文件。我不小心从 NERDTree 打开了另一个文件,新文件隐藏了我之前编辑的文件。
无论我是否使用 NERDTree,都会出现类似的情况。
如何通过打开最近隐藏的文件来恢复之前的状态?我使用“隐藏”这个词是因为这可能不是“关闭”。
Assuming that I have two buffers. One is NERDTree, the other is an actually file I'm editing. I accidentally open an another file from NERDTree and the new file hides the previous file I was editing.
A similar case occurs whether I use NERDTree or not.
How can I bring back the previous state by opening the mostly recently hidden file? I'm using the word "hide" because this is probably not "closing".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 ctrl-6 切换回窗口中的上一个缓冲区。
I use ctrl-6 to switch back to the previous buffer in the window.