在插入模式下调用 NERDCommenter?

发布于 2024-11-09 14:43:38 字数 438 浏览 3 评论 0原文

在我的 .vimrc 中,我有以下映射,我用它来使用优秀的 NERDCommenter 来切换评论 插件:

vmap <D-/> ,c<space>gv
map <D-/> ,c<space>

非常适合这个 TextMate 难民。

但是,我希望它也能在插入模式下工作。大致:

  • 使用相同的组合(命令-/)
  • 切换到正常模式
  • 执行切换
  • 奖励积分用于保存光标位置,我想。

我的 .vimrc 技能并没有扩展到此。有什么帮助吗?

In my .vimrc, I have the following mapping which I use to toggle comments using the excellent NERDCommenter plugin:

vmap <D-/> ,c<space>gv
map <D-/> ,c<space>

Works great for this TextMate refugee.

However, I'd like it to work in Insert mode as well. Roughly:

  • Use the same combo (command-/)
  • Switch to normal mode
  • Execute the toggle
  • Bonus points for saving the cursor position, I suppose.

My .vimrc skills don't extend to this. Any help?

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

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

发布评论

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

评论(1

空‖城人不在 2024-11-16 14:43:38

使用imap 在插入模式下映射命令。我认为以下应该有效。

imap <D-/> <esc>,c<space>

Use imap to map commands in insert mode. I think the following should work.

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