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
I set the menu for comment the line using the caw plugin.
the menu is writen as ["&Comment", 'call feedkeys("gcc")']
this works well for the single line. but when I select multiple lines during the visual mode, it cannot comment the selected lines but the first line.
I has mapped the key to trigger the menu
xnoremap :call quickui#menu#open()
The text was updated successfully, but these errors were encountered:
I set the menu for comment the line using the caw plugin.
the menu is writen as ["&Comment", 'call feedkeys("gcc")']
this works well for the single line. but when I select multiple lines during the visual mode, it cannot comment the selected lines but the first line.
I has mapped the key to trigger the menu
xnoremap :call quickui#menu#open()
The text was updated successfully, but these errors were encountered: