Remap shell popup on prefix +
This commit is contained in:
parent
a127891115
commit
d9ea276f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ bind-key M-3 send-keys "$FAVORITE_COMMAND3"
|
|||
bind-key M-4 send-keys "$FAVORITE_COMMAND4"
|
||||
|
||||
# disposable terminal
|
||||
bind Space display-popup -E -w 80% -h 80% "tmux kill-session -t popup 2>/dev/null || true; tmux new-session -d -s popup -c '#{pane_current_path}' \\; set-option -t popup detach-on-destroy on \\; attach -t popup"
|
||||
bind-key + display-popup -E -w 80% -h 80% "tmux kill-session -t popup 2>/dev/null || true; tmux new-session -d -s popup -c '#{pane_current_path}' \\; set-option -t popup detach-on-destroy on \\; attach -t popup"
|
||||
|
||||
# Reload tmux config
|
||||
unbind r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue