From 78e60de35033a92279b5e3facbe2581bfe8fdb83 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 12 Jan 2025 17:09:03 +0500 Subject: tmux: Bind 0 to 10 window --- files/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'files/.config') diff --git a/files/.config/tmux/tmux.conf b/files/.config/tmux/tmux.conf index fc30009..36fa4a7 100644 --- a/files/.config/tmux/tmux.conf +++ b/files/.config/tmux/tmux.conf @@ -54,6 +54,7 @@ if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.0" | bc)" = 1 ]' " \ # toggle last 2 windows bind Tab last-window bind BTab swap-pane -t - +bind 0 select-window -t 10 # Status bar set -g status-right "$USER@#h %H:%M" -- cgit v1.2.3