Skip to content

Commit

Permalink
Set window title and window base index at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
icetan committed Mar 17, 2015
1 parent dbbb659 commit 21c55b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tmux/.tmux.conf
Expand Up @@ -20,7 +20,11 @@ bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection

# Start numbering at 1
#set -g base-index 1
set -g base-index 1

# Set window title
set -g set-titles on
set -g set-titles-string "#S #I:#P - #W - #T"

# Mouse and terminal settings
set -g mode-mouse on
Expand Down

0 comments on commit 21c55b2

Please sign in to comment.