diff --git a/modules/base/fish.nix b/modules/base/fish.nix index 70ccb9f..a6f0d99 100644 --- a/modules/base/fish.nix +++ b/modules/base/fish.nix @@ -28,8 +28,8 @@ nix shell nixpkgs#$argv end - # fzf: use ctrl+f to list files and ctrl+g to show the git log - fzf_configure_bindings --directory=\cf --git_log=\cg + # fzf: use ctrl+f to list files + fzf_configure_bindings --directory=\cf ''; };