You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If only this could get moved to the win utility instead, with a flag set to false by default that hides the footer (i.e. that prevents the code above from running using a conditional jump).
So we could write:
Did you check the docs?
Is your feature request related to a problem? Please describe.
The scratch window has a nice footer that show registered keys:
It'd be real nice to have this feature available for all windows made using the
Snacks.win
utility.Describe the solution you'd like
I believe that's the code responsible for showing the footer in the scratch window:
snacks.nvim/lua/snacks/scratch.lua
Lines 249 to 262 in 9563bb1
If only this could get moved to the win utility instead, with a flag set to false by default that hides the footer (i.e. that prevents the code above from running using a conditional jump).
So we could write:
Describe alternatives you've considered
...
Additional context
No response
The text was updated successfully, but these errors were encountered: