diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index 2c4d9ef..8e6c35e 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -62,6 +62,7 @@ bind -r l select-pane -R bind -r r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" bind q display-popup -E -w 60% -h 60% -d '#{session_path}' 'nvim quicknote.md' + bind t display-popup -E -w 60% -h 60% -d '#{pane_current_path}' '$SHELL' ''; }; }