--- a/fish/config.fish Sat Jul 15 19:36:11 2023 -0400
+++ b/fish/config.fish Sat Jul 15 19:37:43 2023 -0400
@@ -68,7 +68,6 @@
function please_fish_just_bind_the_keys
bind \cn accept-autosuggestion
bind \cw backward-kill-word
- fzf_key_bindings
end
function fish_user_keybindings
please_fish_just_bind_the_keys
@@ -127,9 +126,6 @@
set -g -x LESS_TERMCAP_ue (printf '\e[0m') # end underline
set -g -x LESS_TERMCAP_us (printf '\e[04;38;5;146m') # begin underline
-set -g -x FZF_DEFAULT_COMMAND 'ffind | head -10000'
-set -g -x FZF_DEFAULT_OPTS '--height 15'
-
set -g -x ANSIBLE_NOCOWS 1
# }}}