标签: visual-studio-code vscodevim
我有一个自定义绑定,可使用VscodeVim插件注释一行。
"vim.normalModeKeyBindings": [ { "before": ["<leader>", "c", "c"], "commands": ["editor.action.commentLine"] } ]
如何改善这一点,以便可以在其中使用count?就像使用10 <leader> c c
<leader>