I want to use the fzf
fuzzyfinder command history instead of the typical command history when I press the up arrow.
In my fzf shell keybindings file I'm able to edit which key brings up the fuzzy finder by editing the following snippet:
bindkey '{command such as ^R}' fzf-history-widget
How can I represent the up arrow
key so that it calls this function when pressed? Do I have to disable other functionality somewhere else as well?