refactor: swap to fzf from skim

This commit is contained in:
ooks-io 2024-02-09 14:17:31 +13:00
parent 1905920960
commit 78733bd5ab
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ in
fish_user_key_bindings = ''
bind --preset -M insert \cf fish_flake_edit
bind --preset -M insert \ec skim_cd_widget
bind --preset -M insert \ec fzf_cd_widget
'';
};
interactiveShellInit =

View file

@ -51,7 +51,7 @@ in
enable = true;
nix-direnv.enable = true;
};
skim = {
fzf = {
enable = true;
enableFishIntegration = lib.mkIf config.homeModules.console.shell.fish.enable true;
defaultCommand = "rg --files --hidden";