Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 722 Bytes

TODO.md

File metadata and controls

17 lines (15 loc) · 722 Bytes

Code Expansion

  • Load keymaps dynamically
  • Synonym Support
    • Language support

User Experience

  • Highlighting on output - Show already mapped keys in red
  • Output in format to set keymap
  • Make list update dynamic
    • Tried to do this but issues with E656 setting field, need to read more
    • Answer was nvim.schedule
  • Support different modes (Currenlty just n)
  • What does the UI look like for this (n/command, eg n/Find Files?)

Crtical

  • Certain key maps seem to be missing, eg gd and rn show unmapped, even though I know they aren't
    • They are visibile in which-key though, so could look through code there to see how they find key maps