I use WhichKey and there doesn't seem to be a way to use sibling-swap's keymaps to set the desc field which is normally set when using vim.keymap.set.
This is what I see in WhichKey for those keys (e.g., following <Leader>s):
It'd be perfectly fine to set them by default to the values of the functions which are called, e.g., l -> swap_with_right and so on. I just want a hint as to what those keys do in that context.
I use WhichKey and there doesn't seem to be a way to use
sibling-swap
'skeymaps
to set thedesc
field which is normally set when usingvim.keymap.set
.This is what I see in WhichKey for those keys (e.g., following
<Leader>s
):It'd be perfectly fine to set them by default to the values of the functions which are called, e.g.,
l -> swap_with_right
and so on. I just want a hint as to what those keys do in that context.