gpt4 book ai didi

ideavim - 映射以在 IdeaVim 中用 Action 注释掉多行?

转载 作者:行者123 更新时间:2023-12-04 02:42:00 26 4
gpt4 key购买 nike

我正在尝试重新创建一些 https://github.com/tpope/vim-commentary IdeaVim 中的函数。

我在 .ideavimrc 中尝试了各种映射,例如:

nnoremap gcc :action CommentByLineComment<CR>

哪个工作正常,但我做不到 2gcc注释掉两行。或 ngcc注释掉 n线。

我也试过像这样映射它们:
nnoremap 2gcc Vj:action CommentByLineComment<CR><Esc>
nnoremap 3gcc V2j:action CommentByLineComment<CR><Esc>
" etc...

像这样:
nnoremap gc2j V2j:action CommentByLineComment<CR><Esc>
nnoremap gc3c V3j:action CommentByLineComment<CR><Esc>
" etc...

但它们不起作用。

关于如何实现这一点的任何帮助?

最佳答案

Ideavim update 0.52, 2019-07-23emulation of the vim-commentary plugin 带来了支持.
可以通过将此行添加到 .ideavimrc 来启用它:

set commentary

关于ideavim - 映射以在 IdeaVim 中用 Action 注释掉多行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54934965/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com