Vim:暂时仅显示特定行

发布于 2024-11-06 23:45:34 字数 134 浏览 0 评论 0原文

有时,在 Vim 中,我想仅显示文件的特定部分(例如,特定方法),同时隐藏其余部分。

这有助于我专注于手头的问题。

我想这样做而不实际更改文件。关于如何做到这一点有什么想法吗?

干杯&问候, 克拉斯

Sometimes, in Vim, I want to show only a specific part of a file (for example, a specific method) while hiding the rest.

This helps me to focus at the problem at hand.

I would like to do so without actually changing the file. Any idea on how to do this?

cheers & regards,
Klaas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

所有深爱都是秘密 2024-11-13 23:45:34

与已经提到的狭窄插件类似,有 NrrwRgn。可视化选择区域 :NR 并且窗口被分割,所选区域在新窗口中被隔离。确实,对于编码非常有用。

Similar to the already mentioned narrow plug-in, there's NrrwRgn. Visual select the region, :NR and the window is split with the selected region isolated in the new window. Very useful for coding, indeed.

莫相离 2024-11-13 23:45:34
<ESC>:help folding

我自己不太了解折叠的速度,但我相信这就是您正在寻找的功能。

<ESC>:help folding

Not quite up to speed on folding myself, but I believe that's the feature you're looking for.

煮酒 2024-11-13 23:45:34

尝试 vim 窄插件:

http://www.vim.org/scripts/script .php?script_id=2097

VIM 还具有折叠代码的功能,但这可能无法完全满足您的需求。

Try the vim narrow plugin:

http://www.vim.org/scripts/script.php?script_id=2097

VIM also has the ability to fold code, but that may not map entirely to what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文