Replies: 1 comment
-
You can list the ones you have: bind -X | grep fzf
# "\C-r": "__fzf_history__"
# "\C-t": "fzf-file-widget" Remove an assigned key bind -r "\C-r" Assign the new key, e.g. ↑ bind -x '"\e[A" : "__fzf_history__"' See also: Lines 132 to 137 in 01e7668 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running fzf version 0.38.0 on Debian 12 (shipping old packages, per usual) and I want to change my keybinding for the fuzzy history search. Basically, I want fzf to allow me to search through my recent commands by simply pressing the up key instead of Control+T. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions