From 08d652f2eb5ae927c9bed0af5124fd6d24669cfc Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 6 Jul 2024 23:10:56 +0200 Subject: [PATCH] fish: remove fzf ctrl+g keybind --- modules/base/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ''; };