From 5c2e9c4095419b40f155de4bd321850bcdf0892e Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 16 Feb 2026 13:08:37 +0100 Subject: [PATCH] update --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 1410641..78f25c2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -59,6 +59,7 @@ bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi y send-keys -X copy-selection-no-clear\; display-message 'Copied!' bind s command-prompt -p "send pane to:" "join-pane -t '%%'" bind -n M-x copy-mode +bind-key t run-shell "systemd-run --user --scope foot -e bash" unbind -n MouseDown3Pane unbind -T copy-mode-vi MouseDragEnd1Pane