diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 14:29:33 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 14:29:33 +0100 |
commit | d52ee375d63816f6fb1d354cb92279c8f721cee3 (patch) | |
tree | b33f884d4e22f9a186b8c5fc806eddab4115954e /fish/config.fish | |
parent | 5f504660a8e7478fac3f5b14e8661399154b119c (diff) |
fixed fzf problem in x220
Diffstat (limited to 'fish/config.fish')
-rw-r--r-- | fish/config.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index 003ab48..1a74450 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -37,6 +37,9 @@ set -gx FZF_ALT_C_COMMAND $FZF_DEFAULT_COMMAND set -gx FZF_DEFAULT_OPTS '--color info:108,prompt:109,spinner:108,pointer:168,marker:168' #set -gx FZF_DEFAULT_OPTS '--color=bw' +source /usr/local/share/fish/functions/fzf-key-bindings.fish +fzf_key_bindings + # OPAM configuration #source /home/lemon/.opam/opam-init/init.fish > /dev/null 2> /dev/null or true # |