ea20ba30c05a

rm fzf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Jul 2023 19:37:43 -0400
parents 042fa6b8ffca
children e968fbdda5bf 09d4b82224fc
branches/tags (none)
files fish/config.fish

Changes

--- 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
 
 # }}}