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
I think the problem is the variable $dir is not exported in key-bindings.fish
function fzf_key_bindings
# Store current token in $dir as root for the 'find' commandfunction fzf-file-widget -d"List files and folders"set-lcommandline (__fzf_parse_commandline)
set-l dir $commandline[1] ## <--- should be `set -lx` here?set-l fzf_query $commandline[2]
set-l prefix $commandline[3]
The text was updated successfully, but these errors were encountered:
Checklist
man fzf
)Output of
fzf --version
0.48 (devel)
OS
Shell
Problem / Steps to reproduce
I think the problem is the variable
$dir
is not exported in key-bindings.fishThe text was updated successfully, but these errors were encountered: