You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, this doesn't work well (obviously) for if you have part of a line selected and you want to insert a block comment without commenting out the rest of the line.
tcomment supports inline comments, where only part of the line is commented out – could vim-mode-plus also support this?
i.e. having some visual-mode selection of less than a full line and pressing gc would use a block comment to comment just the selection out, rather than a line comment.
The text was updated successfully, but these errors were encountered:
debug info
Checklist
You have to check all before open issue.
Vim Mode Plus: Clip Debug Info
command.atom --version
), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).I set up a mapping similar to vim-commentary:
however, this doesn't work well (obviously) for if you have part of a line selected and you want to insert a block comment without commenting out the rest of the line.
tcomment supports inline comments, where only part of the line is commented out – could vim-mode-plus also support this?
i.e. having some visual-mode selection of less than a full line and pressing
gc
would use a block comment to comment just the selection out, rather than a line comment.The text was updated successfully, but these errors were encountered: