This commit is contained in:
2025-12-02 16:54:32 +02:00
parent cb3fa0e378
commit efbefca6b5
5 changed files with 23 additions and 9 deletions
@@ -1,10 +1,12 @@
function fish_user_key_bindings
if command -q fzf; and functions -q fzf_key_bindings
set -gx FZF_CTRL_R_OPTS --reverse
fzf_key_bindings
else
echo (set_color brcyan)'INFO: fzf not found'
end
# if command -q fzf; and functions -q fzf_key_bindings
set -gx FZF_CTRL_R_OPTS --reverse
functions -q fzf_key_bindings; and fzf_key_bindings
# else
# echo (set_color brcyan)'INFO: fzf not found'
# end
bind -M insert ctrl-n accept-autosuggestion
# Unused: alt-g, alt-z, insert ctrl-r