non important commit
This commit is contained in:
parent
f9711dc0bd
commit
2e2663edd4
1 changed files with 11 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue