2KAbhishek / termim.nvim

Neovim Terminal, Improved 🦾💻
GNU General Public License v3.0
54 stars 1 forks source link

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

Closed jamesiain closed 4 months ago

jamesiain commented 4 months ago

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 = ".

2KAbhishek commented 4 months ago

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