tmuxinator
This commit is contained in:
8
dot_config/home-manager/home-fzf.nix
Normal file
8
dot_config/home-manager/home-fzf.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user