Commentary from visual mode, no longer comments out from begging of lind to end of line suggestion #534
Replies: 4 comments 1 reply
-
Could you please share some screencast? I don't really understand how this works for you. |
Beta Was this translation helpful? Give feedback.
-
I suspect this is due to a change in the handling of character wise visual mode selection to make things more consistent with |
Beta Was this translation helpful? Give feedback.
-
ok i see, so if i go to visual mode and type gcc, i get block comments :( but if i enter visual mode with a capital V, then type gcc, i get multiple single line comments :) I can work with this for now. Any ideas if there are convenient ways to make it work with little v visual mode? |
Beta Was this translation helpful? Give feedback.
-
"" source your .vimrc "" -- Suggested options -- set visualbell " Do incremental searching. " Don't use Ex mode, use Q for formatting. "" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t "" Map d to start debug "" Map \b to toggle the breakpoint on the current line " Find more examples here: https://jb.gg/share-ideavimrc "" -- Suggested options -- let mapleader = "," " Don't use Ex mode, use Q for formatting. " Smart way to move between windows " remap finding class" set ignorecase map tc :tabclose inoremap ii " relative line number " plugins" " go to next and prev err" set scrolloff=3 " recent files" " highlights search results" " commit command |
Beta Was this translation helpful? Give feedback.
-
just upgraded, so happy the :q but was fixed along with adding count to gcc command.
post upgrade i noticed from visual mode, selecting lines and typing gcc, the comment block starts and end where the cursor was. the old way i used to be able to select a visual block, type gcc then the entire lines would be marked as comment
Beta Was this translation helpful? Give feedback.
All reactions