ZEN模式Visual Studio代码—仅突出显示当前功能并模糊其余功能
有一个用于VIM的插件,它会模糊当前文件中的所有内容,除了您的光标符合或主体中的功能。我已经搜索了描述这一点的所有查询组合,并通过我旧的vimrcs的git提交进行了查看,但在任何地方都找不到!
如果您向下滚动或进入另一个功能/身体,它将“揭示”它并模糊其他所有内容。它也将以水平边缘为中心。
无论如何,是否有可以实现此目标的ZEN模式或插件的编辑?如果不是模糊的效果,那么是否有一种方法可以限制一个数字可见的字符?
There was a plugin for vim that would blur out everything in the current file except for the function your cursor was on or in the body of. I've googled every combo of query that describes that and looked through git commits of my old vimrcs but can't find it anywhere!
If you would scroll down or up into another function/body it will "reveal" that and blur everything else. It would also center with horizontal margin.
Regardless, is there an edit to zen mode or a plugin that could achieve this? And if not the blur effect, then is there a way to limit the characters visible to a number?
Something like the image halfway down in this article.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后找到答案:这是两个VIM插件的组合,
goyo.vim
和vim-zenroom2
。激活时,这就是它的样子:Finally found the answer: it's a combination of two vim plugins,
goyo.vim
andvim-zenroom2
. When activated this is what it looks like: