Is there a vim shortcut that creates nvim-surround's function call shortcut? #346
-
I like nvim-surround's delete function call operation (dsf); it's extremely handy. It's not built in to VS Code's vim plugin, though. Interestingly, I'm able to create function calls with that plugin (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's no real "easy" way to do it with a Vim emulation; I might suggest instead using vscode-neovim, which would allow you to use an init.lua. |
Beta Was this translation helpful? Give feedback.
There's no real "easy" way to do it with a Vim emulation; I might suggest instead using vscode-neovim, which would allow you to use an init.lua.