ctrl-v is not a comment toggle in vim#244
Conversation
ctrl-v in vim activates visual block mode. visual block mode can be used to insert a comment character, but is not itself a comment toggle.
|
The statement isn't completely incorrect, but is slightly misleading and could be improved. See this Stack Overflow question, this answer in particular:
|
|
@Kuyan but it doesn't toggle commenting a line. You can't move to a line press |
|
The statement is incorrect. |
|
@mkomitee in case my comment wasn't explicit enough, I'm +1 for this PR |
|
@mkomitee @sigmavirus24 You're right - in that case, this pull request has my 👍. |
|
Excellent. Off-topic: @sigmavirus24, do you ever have to sleep like the rest of us? |
|
@mkomitee what is this sleep you speak of? |
|
This thread was a fun read. Thumbs up. |
ctrl-v is not a comment toggle in vim
ctrl-v in vim activates visual block mode. visual block mode can be used to
insert a comment character, but is not itself a comment toggle.