diff options
| -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' |
