mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
Remap shell popup on prefix +
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user