注释

<SPC> c l 注释选择的行。一般我会V然后选择多行,然后按<SPC> c l注释掉选择的行。取消注释也是这样。c l就是comment lines的意思。

当然按下<SPC> c后会有很多选择,我是感觉记不住也很少用哈。

补充

如果觉得SPC c l稍微麻烦(不同字母嘛),添加下面的代码到init.vim。

call SpaceVim#custom#SPC('nmap', ['c', 'c'], '<Plug>NERDCommenterInvert', 'comment or uncomment lines', 0)

就可以使用SPC c c作为注释快捷键了。

当然相同字母可能就 hurt your fingers。

results matching ""

    No results matching ""