diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-23 15:30:11 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-23 15:30:11 +0800 |
| commit | 50d9b183fcd9c3dafa9cb0efd2c1a06e52a20a72 (patch) | |
| tree | f5862c12a0b8e695249a0ac40281f02326a4a813 /.tmux.conf | |
| parent | 05fd3636c04b19da65d3c00a8d71593243d69fa8 (diff) | |
| download | dotfiles-50d9b183fcd9c3dafa9cb0efd2c1a06e52a20a72.tar.gz dotfiles-50d9b183fcd9c3dafa9cb0efd2c1a06e52a20a72.zip | |
renumber windows automatically
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ bind l select-pane -R set -g base-index 1 set -g pane-base-index 1 +# Renumber windows after one is closed +set -g renumber-windows on + # Show the clock on the right side of the status line set -g status-right '%H:%M' |
