the keymaps set with the convenience method mapprovided by scnvimhas no desc option. This "masks" or hides the intent of the mapping from keymap lookup either via plugins like WhichKey or simply by straight up fzf'ing the loaded keymaps on a session and/or buffer.
what we need is vim.keymap.setdesc=
the keymaps set with the convenience method
map
provided byscnvim
has no desc option. This "masks" or hides the intent of the mapping from keymap lookup either via plugins like WhichKey or simply by straight upfzf
'ing the loaded keymaps on a session and/or buffer. what we need isvim.keymap.set
desc=