vim:使用逃逸插件在 Gdiff 之后设置 nocursorbind

发布于 2024-12-12 06:51:44 字数 188 浏览 0 评论 0原文

当我使用Gdiff时,这会打开一个有差异的窗口,但是当我关闭差异窗口时,cursorbind为1。

当我关闭差异窗口时,如何设置nocursorbind?

我思考

autocmd BufDelete fugitive* set nocursorbind

但不工作

when I use Gdiff, this open a window with differences, but when I close the window differences the cursorbind is 1.

How I can set nocursorbind when I close the window differences ?

I think in

autocmd BufDelete fugitive* set nocursorbind

but don't work

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

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

发布评论

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

评论(1

娇妻 2024-12-19 06:51:45

现在我设置了这张地图

nn <silent><Leader>gD <c-w>h:bd<cr>:setl nocursorbind<cr>

for now I set this map

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