This is an automated archive made by the Lemmit Bot.
The original was posted on /r/neovim by /u/otivplays on 2024-11-03 11:07:28+00:00.
Hey all,
last weekend I hacked together key-analyzer.nvim so you can easily analyze which keys are used/unused.
Looking at :maps or even :Maps (fzf) is annoying as you have to check for each key individually. This plugin gives you the overview of the keyboard with ability to hover over a key to see its mapping.
I built this because I wanted to see which CTRL + X and ALT + X combinations I have available, but it works with other keys as well.
Here is how the UI looks like:
You must log in or register to comment.