From f788302ce4d7b65358516dcb8c0f323821437865 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Wed, 4 Nov 2020 15:22:15 +0800 Subject: [PATCH] [feature] more fzf keybinding --- fish/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/install.sh b/fish/install.sh index 47fa9f8..a18ca84 100755 --- a/fish/install.sh +++ b/fish/install.sh @@ -49,5 +49,6 @@ lnsf "$DIR/config/functions/fish_right_prompt.fish" "$XDG_CONFIG_HOME/fish/funct lnsf "$DIR/config/functions/fisher.fish" "$XDG_CONFIG_HOME/fish/functions/fisher.fish" # install plugins -#fish -c "fisher add jethrokuan/fzf" +# for better keybinding: C-o open file with $EDITOR / C-r search history / C-g open with xdg-open +fish -c "fisher add jethrokuan/fzf"