WIP: Switch to NixOS #5
1 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,6 @@
|
|||
enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
enableCompletion = false;
|
||||
defaultKeymap = "vicmd";
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
@ -156,11 +155,11 @@
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
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";
|
||||
fileWidgetOptions = [ "--preview 'bat --color=always --style=numbers --line-range=:500 {}" ];
|
||||
changeDirWidgetCommand = "fd -Hlt d";
|
||||
changeDirWidgetOptions = "--preview 'eza -l {}'";
|
||||
changeDirWidgetOptions = [ "--preview 'eza -l {}'" ];
|
||||
};
|
||||
|
||||
git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue