non important commit

This commit is contained in:
maxstrb 2025-11-07 11:23:39 +01:00
parent f9711dc0bd
commit 2e2663edd4

View file

@ -72,6 +72,17 @@
sudo nixos-rebuild switch --flake . 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 = { settings = {