Attempt to fix fzf keybindings in Ubuntu 24.04
This commit is contained in:
parent
c6983afd1f
commit
2082040957
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue