diff options
| author | Anton Bobov <anton@bobov.name> | 2025-01-12 17:09:03 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-01-12 17:09:03 +0500 |
| commit | 78e60de35033a92279b5e3facbe2581bfe8fdb83 (patch) | |
| tree | 00beda4704225fdf414485bc901dadc31d78b430 | |
| parent | 4b2a10959af6229122a5a42a8ecc079ed1d9aaea (diff) | |
tmux: Bind 0 to 10 window
| -rw-r--r-- | files/.config/tmux/tmux.conf | 1 |
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" |
