Map/Command checker #1712
CabalCrow
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I sometimes forget the keybinds for commands I don't use often, so I made a fzf checker.
This sends all the current maps of lf to the bash script I wrote:
The bash script filters out only named commands with no arguments, then the sort_command_bind.py sorts all commands by their keybinds & combined the keybinds into one for every command:
Finally everything is searched with fzf (I'm using one inside of python, but you can easily put this is a bash script.
The function you select with fzf would be run, if you don't want that you can alter the bash script or just press on the fzf to return nothing.
Here how it looks in action:
Beta Was this translation helpful? Give feedback.
All reactions