Feature Request: commands to swap with prev/next sibling
nghialm269 opened this issue · 2 comments
nghialm269 commented
Hi, I'm using nvim-treesitter-textobjects
which allows to define mappings to swap with prev/next parameters. But it doesn't allow to swap in arbitrary list like iswap
does.
It would be nice if iswap
could support this feature.
mizlan commented
Ah, I guess I am missing ISwapWithLeft
and ISwapWithRight
. (It is interesting nvim-treesitter-textobjects only works with parameters) Will keep this on my todo list.