From c7d5a5c5cd91ca6806be53a6ca37eb9c2738fcc9 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Fri, 7 Nov 2025 11:25:43 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 6e95724..9d04c65 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -80,7 +80,7 @@ mode: "emacs" event: { send: "executehostcommand" - cmd: 'commandline (fd -t d -L . | fzf)' + cmd: 'commandline edit --insert (fd -t d -L . | fzf)' } }) '';