nvf icon indicating copy to clipboard operation
nvf copied to clipboard

Duplicate Keybindings when setting personal keymaps in which-key

Open cenunix opened this issue 9 months ago • 1 comments

Any way to disable the default mapping that nvf is sending to which-key? it seems that if I want to set my own binds this then results in duplicate keybindings when they are not needed, one that is the default and one that I set personally.

cenunix avatar Mar 17 '25 09:03 cenunix

@horriblename and I have discussed this recently. In a future release, chances are we'll add a top-level toggle (or multiple) to

  1. enable vendored keybinds
  2. enable which-key default

Unfortunately this is not yet real. Until the, I suggest using vim.binds.whichKey.register manually and forcing your own value.

NotAShelf avatar Mar 17 '25 17:03 NotAShelf