feat(tmux): add terminal overlay binding with leader+t

This commit is contained in:
2026-04-11 12:51:12 +02:00
parent 7aae4b451a
commit b36ae1ce83
+1
View File
@@ -62,6 +62,7 @@
bind -r l select-pane -R bind -r l select-pane -R
bind -r r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" 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 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'
''; '';
}; };
} }