nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.29k stars 114 forks source link

Add help key to summary panel to show mappings #379

Closed Grafcube closed 6 months ago

Grafcube commented 6 months ago

Adds a binding (default ?) to the summary panel that shows the list of key mappings.

Fixes #230

I'm not very familiar with lua and neovim plugin dev so this might not be the best way to implement it. The mappings are just shown as text and it's not very readable but I don't know how to format the text to make it look better.

rcarriga commented 6 months ago

Thanks for the PR! :smile: Added some tweaks around the formatting but otherwise this is great :smile:

igorlfs commented 5 months ago

Hey! Could this be remmaped to g? ?

Rationale: