Attempt to fix fzf keybindings in Ubuntu 24.04

This commit is contained in:
Ivan Golikov 2025-01-16 22:18:05 +01:00
parent c6983afd1f
commit 2082040957

View file

@ -15,7 +15,13 @@ if status is-interactive
abbr -a rootnvim sudo -Es nvim
fzf --fish | source
if fish_version_test (fzf --version | cut -d ' ' -f 1) -gt '0.48.0'
fzf --fish | source
else
source /usr/share/doc/fzf/examples/key-bindings.fish
fzf_key_bindings
end
# keeping this in the end
zoxide init fish | source
end