mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Make mappings repeatable with . through repeat.vim
Use of repeat.vim is purely optional, but very beneficial for typical commenting uses.
This commit is contained in:
@@ -139,6 +139,10 @@ left side (|<Leader>|cl) or both sides (|<Leader>|cb).
|
||||
[count]|<Leader>|cu |NERDComUncommentLine|
|
||||
Uncomments the selected line(s).
|
||||
|
||||
|
||||
With the optional repeat.vim plugin (vimscript #2136), the mappings can also
|
||||
be repeated via |.|
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.2 Functionality details *NERDComFunctionalityDetails*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user