diff options
Diffstat (limited to 'scripts/default.nix')
-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 | ||