How do I get NERDCommenter to add comments in a particular column?
问题 NERDCommenter works like this by default: //level1 //level2 //level3 How do I get to work like this? //level1 // level2 // level3 回答1: From the 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). 回答2: It is possible to change the default behaviour of ToggleComment ( <leader>c<space> ) to use left alignment. However this means changing two lines in $vimfiles/bundle