overseer.nvim icon indicating copy to clipboard operation
overseer.nvim copied to clipboard

Appropriate key bindings for closing keybinds help window

Open benjiwolff opened this issue 11 months ago • 1 comments

The close commands for the keybinds help window are currently hardcoded. When I configure a different key for the Cancel or Close commands, I end up trapped in the help view (if I don't know the default close key).

This change propagates the close bindings to the help window.

benjiwolff avatar May 17 '25 13:05 benjiwolff

Another solution would be to map the :ShowHelp keystroke to the close action. That might be more intuitive since telescope help closes with the same key as it opens ("?").

benjiwolff avatar May 19 '25 10:05 benjiwolff