Add sshm popup (ctrl-A ctrl-S)

This commit is contained in:
Yax 2025-10-14 14:40:46 +02:00
parent 6697b129a2
commit 7db9b0e111

View file

@ -107,6 +107,9 @@ bind-key M-2 send-keys "$FAVORITE_COMMAND2"
bind-key M-3 send-keys "$FAVORITE_COMMAND3"
bind-key M-4 send-keys "$FAVORITE_COMMAND4"
# sshm popup
bind-key C-s display-popup -E -w 80% -d "#{pane_current_path}" "sshm"
# Reload tmux config
unbind r
bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"