fish: remove fzf ctrl+g keybind

This commit is contained in:
Casper V. Kristensen 2024-07-06 23:10:56 +02:00
parent 4f81e02bbf
commit 08d652f2eb

View file

@ -28,8 +28,8 @@
nix shell nixpkgs#$argv nix shell nixpkgs#$argv
end end
# fzf: use ctrl+f to list files and ctrl+g to show the git log # fzf: use ctrl+f to list files
fzf_configure_bindings --directory=\cf --git_log=\cg fzf_configure_bindings --directory=\cf
''; '';
}; };