Feel it’s worth noting that ys[motion][symbol] is a plugin (vim-surround or nvim-surround at your option) and most IDEs therefore don’t support it
Also as for plugins, Tim Pope’s vim-argumentative is another one I love. “Swap this parameter with the next one” is >, and “swap this parameter with the previous” is <,
Feel it’s worth noting that
ys[motion][symbol]
is a plugin (vim-surround or nvim-surround at your option) and most IDEs therefore don’t support itAlso as for plugins, Tim Pope’s vim-argumentative is another one I love. “Swap this parameter with the next one” is
>,
and “swap this parameter with the previous” is<,
Ah right, I forget that that one is from vim-surround. Though I know some ides do support somewhat custom vim-configs!
I didn’t know about argumentative, my swapping is powered by Tree-Sitter