Neovim
keymap-forensics.nvim
Updated August 17, 2026
A debugger for Neovim keymaps — who bound it, what it hides, and how it got there.
A diagnostic for Neovim keymap collisions. :WhyKey reports the file and line that bound a shortcut, :WhyKeyConflicts scans every mode for prefix collisions that swallow longer sequences, and :WhyKeyTrace shows the full timestamped history of who has touched a key. <Plug> mappings are resolved one hop so the reported behavior matches what actually runs.