Skip to content

Unbind ctrl+h not working? #1528

Answered by a-kenji
Lilja asked this question in Q&A
Jun 19, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If you unbind multiple times, the last unbind will be prioritized.

If you wish to unbind everything for the normal mode, then I suggest:

keybinds:
    normal:
        - unbind: [ Ctrl: 'h' , Ctrl: 'p', Ctrl: 'b']

But if you want to unbind every ^h keybinding, then I suggest:

keybinds:
  unbind: [Ctrl: 'h']

That will unbind the keybindings for the respective keys in each mode.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mandx
Comment options

Answer selected by Lilja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants