9 lines
281 B
Nix
9 lines
281 B
Nix
{
|
|
enable = true;
|
|
defaultCommand = "fd --type f";
|
|
fileWidgetCommand = "fd --type f";
|
|
fileWidgetOptions = ["--preview" "'bat --color=always --style=numbers --line-range=:500 {}'"];
|
|
changeDirWidgetCommand = "fd --type d";
|
|
tmux.enableShellIntegration = true;
|
|
}
|