Fix error in zsh/fzf settings
This commit is contained in:
parent
b985074ee3
commit
93c323d8f3
1 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = false;
|
enableCompletion = false;
|
||||||
defaultKeymap = "vicmd";
|
|
||||||
zplug = {
|
zplug = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
@ -156,11 +155,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
defaultCommand = "fd -Hlt f";
|
defaultCommand = "fd -Hlt f";
|
||||||
defaultOptions = "-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all";
|
defaultOptions = [ "-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all" ];
|
||||||
fileWidgetCommand = "fd -Hlt f --strip-cwd-prefix";
|
fileWidgetCommand = "fd -Hlt f --strip-cwd-prefix";
|
||||||
fileWidgetOptions = [ "--preview 'bat --color=always --style=numbers --line-range=:500 {}" ];
|
fileWidgetOptions = [ "--preview 'bat --color=always --style=numbers --line-range=:500 {}" ];
|
||||||
changeDirWidgetCommand = "fd -Hlt d";
|
changeDirWidgetCommand = "fd -Hlt d";
|
||||||
changeDirWidgetOptions = "--preview 'eza -l {}'";
|
changeDirWidgetOptions = [ "--preview 'eza -l {}'" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue