fish: update fzf file binding
1 files changed, 3 insertions(+), 0 deletions(-) M .config/fish/functions/fish_user_key_bindings.fish
M .config/fish/functions/fish_user_key_bindings.fish => .config/fish/functions/fish_user_key_bindings.fish +3 -0
@@ 1,3 1,6 @@ function fish_user_key_bindings fzf_key_bindings + + bind \cf fzf-file-widget + bind -M insert \cf fzf-file-widget end