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
Hi. I'm using cheatsheet.nvim and mostly use it to call/run my custom commands and functions.
The only annoying issue is that it always filled in the command line if the selection row is a command.
I think you designed it in this way to let users edit the commands before run it? But me personally (for 90% of time) don't need to edit commands and just need to run them immediately.
In my opinion, we can add another keybinding like <Ctrl-r> (or whatever you prefer) for filling the command line and keep the <ENTER> to execute commands directly.