From 2859d3d09c2824792fd9cc648edcbe6b6d54d451 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 12:17:51 +0100 Subject: [PATCH] tmux/detach --- sh/tmux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index eb1f689..dd5150c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -40,7 +40,8 @@ set -g renumber-windows on #set-window-option -g window-status-current-style bg=black,fg=green #set-window-option -g window-status-style bg=black,fg=gray -#bind -n F6 detach-client +# bind key to detach client +bind -n F6 detach-client #bind-key -n C-S-Left swap-window -t -1 #bind-key -n C-S-Right swap-window -t +1