diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 8768133..6e95724 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -72,6 +72,17 @@ sudo nixos-rebuild switch --flake . } + + $env.config.keybindings = ($env.config.keybindings | append { + name: "fzf-search" + modifier: "control" + keycode: "char_f" + mode: "emacs" + event: { + send: "executehostcommand" + cmd: 'commandline (fd -t d -L . | fzf)' + } + }) ''; settings = {