2KAbhishek/termim.nvim

[BUG]: Duplicated keys in Recommended which-key mappings

jamesiain opened this issue · 1 comments

Description of the bug

In the Recommended which-key mappings section of README.md, it seems that the keymapping te is assigned to initiate both Elixer and Lazygit commands.

I suspect that the Lazygit command is in error, and should be mapped to tg instead.

Steps To Reproduce

  1. Go to the README.md (either in text or as rendered in a web browser)
  2. Note that there are two entries with the same keymapping (Elixer, and Lazygit)

Additional Information

duplicate-keymapping

Screenshot highlighting the line to be changed; it should probably start with "g = ", instead of "e = ".

Thanks for identifying this @jamesiain! I'll push out a fix