CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.44k stars 67 forks source link

Show help in separate popup when `?` pressed in normal mode #361

Open punk-dev-robot opened 2 months ago

punk-dev-robot commented 2 months ago

Having mappings displayed is very useful but current implementation takes a lot of valuable screen estate. Many other plugins like outline provide a ? mapping in normal mode that shows all mappings in separate popup.

We can still show just a single line (configurable) like: "Press '?' for help"