vim – 如何让NERDCommenter在特定列中添加注释?

前端之家收集整理的这篇文章主要介绍了vim – 如何让NERDCommenter在特定列中添加注释?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
默认情况下,NERDCommenter的工作方式如下:
//level1
    //level2
        //level3

我怎么去这样工作?

//level1
//    level2
//        level3
documentation
[count]<leader>cl  
[count]<leader>cb    |NERDComAlignedComment|

Same as |NERDComComment| except that the delimiters are aligned down the left side (cl) or both sides (cb).

原文链接:https://www.f2er.com/bash/384545.html

猜你在找的Bash相关文章