key-analyzer.nvim
key-analyzer.nvim copied to clipboard
Helping you find free keybinds in vim
## Describe the problem Have separate menu for uppercase keys ## Describe the solution Make optional argument for command and when it's set to true open menu for uppercase keys
## Describe the problem It would be nice to have a quick way to look up different key combinations without running the command each time. ## Describe the solution In...
Many nvim keybinds work without a prefix (eg: hjkl for movements), how can we use this plugin with them?
Is the colemak-dh layout supported? This is my config and i get this error. ```lua return { 'meznaric/key-analyzer.nvim', opts = { layout = 'colemak-dh', promotion = false, }, } ```...