aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
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"