Closed jordisantamaria closed 3 years ago
You can disable them by setting the plugins.presets.operators
to false
If you don;t want help for motions and text objects, then set those also to false
The <nop>
ones are to make sure whichkey triggers always repsect timeoutlen
.
Apart from this, would be great if you could tell me what conflicts with your setup?
also, if you want to specify your own triggers, then set triggers = {"<leader>"}
for example
I wanted to setup a map of < to << and > to >> for tabbing text, It's a bit annoying to wait timeoutlen time because some extra mappings I didn't defined.
That wouldn't wait for timeoutlen and should work as expected
<< and >> are native commands. No need to setup anything for that?
Ah never mind, you want to remap < to <<? Got it
See also https://github.com/folke/which-key.nvim#-operators-motions-and-text-objects
Especially the collapsed example on disabling v
anyway, It's fixed by doing plugins.presets.operators to false
so all fine, thanks you, It's awesome you respond so fast lol.
What are those mappings, It's conflicting with my setup... and I don't see It's doing anything useful, is there any way to disable It?