diff options
author | Akshay <[email protected]> | 2023-02-05 06:32:26 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-02-05 06:32:26 +0000 |
commit | 8da75b85a4327d8dadc305b96a0b674d7de051d2 (patch) | |
tree | 9b60bcaebe243226c168ea3da19a8ed361799aa4 /scripts | |
parent | 1e99e723c598fface4bedffe60220d2c424bcae9 (diff) |
add cmus to tmux again
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/default.nix b/scripts/default.nix index b4ee23a..220d76d 100644 --- a/scripts/default.nix +++ b/scripts/default.nix | |||
@@ -38,8 +38,8 @@ let | |||
38 | 38 | ||
39 | # fzf script to switch between tmux sessions | 39 | # fzf script to switch between tmux sessions |
40 | tmux-fzf = pkgs.writeScriptBin "tmux-fzf" '' | 40 | tmux-fzf = pkgs.writeScriptBin "tmux-fzf" '' |
41 | LIST_DATA="#{session_name}/#{window_name}/#{pane_current_command}" | 41 | LIST_DATA="#{session_name}/#{window_name}/#{pane_current_command} @ #{pane_current_path}" |
42 | FZF_COMMAND="${pkgs.fzf}/bin/fzf-tmux -p --delimiter=: --with-nth 4 --color=hl:2" | 42 | FZF_COMMAND="${pkgs.fzf}/bin/fzf-tmux -p 80,30 --delimiter=: --with-nth 4" |
43 | 43 | ||
44 | TARGET_SPEC="#{session_name}:#{window_id}:#{pane_id}:" | 44 | TARGET_SPEC="#{session_name}:#{window_id}:#{pane_id}:" |
45 | 45 | ||