folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
5.43k stars 177 forks source link

fix(config): disable wk by default for terminal mode #825

Closed mehalter closed 2 months ago

mehalter commented 2 months ago

Description

Which-key by default is disable in insert mode and command mode in order to not conflict with typing. This logic also applies to terminal mode which is a special type of "insert" like mode

folke commented 2 months ago

Makes sense, ty!