-
I'm just learning Helix. I'm an experienced software engineer and long-time Vim/NeoVim user. Using the surround facility inside Helix, I don't see the ability to surround the selection with a function, as one can with the surround plug-in in Vim/NeoVim. I searched far and wide for issues, discussions, info on the web, and elsewhere, but didn't find anything.
I'm not trying to bend Helix to my will, or worse, turn Helix into Vim! Just trying to (most of all) understand, be helpful, and maybe scratch an itch. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
surround selection with function
if it's too long you can make a macro like this [editor.keys.normal]
"L" = "@ms(i" |
Beta Was this translation helpful? Give feedback.
surround selection with function
ms(
i
if it's too long you can make a macro like this