This commit is contained in:
2023-06-08 16:01:28 -04:00
parent 070446cfd8
commit 531e70cb4b
2 changed files with 8 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
enable = true;
defaultCommand = "fd --type f";
fileWidgetCommand = "fd --type f";
fileWidgetOptions = "--preview 'bat --color=always --style=numbers --line-range=:500 {}'";
fileWidgetOptions = ["--preview" "'bat --color=always --style=numbers --line-range=:500 {}'"];
changeDirWidgetCommand = "fd --type d";
tmux.enableShellIntegration = true;
}