From 55aad7f5a2091694f9c0274f02b6b8b6efa047fa Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Apr 2025 23:15:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-17 23:15:06 --- .config/fish/conf.d/fzf.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/conf.d/fzf.fish b/.config/fish/conf.d/fzf.fish index 82c45c98..8156c11b 100644 --- a/.config/fish/conf.d/fzf.fish +++ b/.config/fish/conf.d/fzf.fish @@ -9,8 +9,9 @@ end # This variable is global so that it can be referenced by fzf_configure_bindings and in tests set --global _fzf_search_vars_command '_fzf_search_variables (set --show | psub) (set --names | psub)' + # Install the default bindings, which are mnemonic and minimally conflict with fish's preset bindings -# fzf_configure_bindings +fzf_configure_bindings # Doesn't erase autoloaded _fzf_* functions because they are not easily accessible once key bindings are erased function _fzf_uninstall --on-event fzf_uninstall