Add sshm popup (ctrl-A ctrl-S)
This commit is contained in:
parent
6697b129a2
commit
7db9b0e111
1 changed files with 3 additions and 0 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue