From 2e2663edd4b811024bcb862f4b2a9649c3517ed1 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Fri, 7 Nov 2025 11:23:39 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 = {