refactor: swap to fzf from skim
This commit is contained in:
parent
1905920960
commit
78733bd5ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue