key-analyzer.nvim icon indicating copy to clipboard operation
key-analyzer.nvim copied to clipboard

Helping you find free keybinds in vim

Results 4 key-analyzer.nvim issues
Sort by recently updated
recently updated
newest added

## 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

enhancement

## 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...

enhancement

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, }, } ```...