diff options
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e55a527..7f5528e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,6 +16,7 @@ set -g status-right "#{user}@#{host} | #(date -d now '+%a/%b/%Y %R') " set -g set-titles on set -g set-titles-string "#{window_name} #{user}@#{host_short}" +set -g base-index 1 bind-key b set-option status set -g lock-command vlock |