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
When we have selected a visual block, and we press the binding for visual, the visual selection highlight is lost, i would expect the nvim surround highlight group to be applied on the last visually selected range, and maybe have cancel the operation (and the highlight) altogether. Reason being, at the moment there is no way to tell that we are in surround 'mode' after initiating surround with the visual keybind.
The text was updated successfully, but these errors were encountered:
When we have selected a visual block, and we press the binding for
visual
, the visual selection highlight is lost, i would expect the nvim surround highlight group to be applied on the last visually selected range, and maybe have cancel the operation (and the highlight) altogether. Reason being, at the moment there is no way to tell that we are in surround 'mode' after initiating surround with thevisual
keybind.The text was updated successfully, but these errors were encountered: