IntelliJ IdeaVim supports vim-surround features now. But how can I quickly surround a line with parentheses in IntelliJ using IdeaVim? I can do this using yss)
or yssb
in Vim using the surround plugin. Currently I have to use ^
to go the beginning of the current line, and then use ys$)
to surround it with parentheses.
use vim surround surround Setup: set surround Emulates vim-surround Commands: ys, cs, ds, S see https://github.com/JetBrains/ideavim/wiki/Emulated-plugins
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With