This commit is contained in:
2023-06-06 09:50:14 -04:00
parent 471a626e53
commit 070446cfd8
4 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
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;
}