From 35039d00cec6da696a6bf29b5b4a868b3fbf8309 Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 26 Dec 2025 18:07:30 +0100 Subject: [PATCH] disable sshm keybinding --- dot_tmux.conf.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 0caf309..0060307 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -107,9 +107,6 @@ 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" - # 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"