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)' } }) '';