Skip to content

Commit

Permalink
Start pane index at 1, remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
suweller committed Aug 7, 2016
1 parent 06b60fa commit c2fcbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
# set -g message-attr bright

set-option -g base-index 1
set-window-option -g pane-base-index 1

set-window-option -g xterm-keys on # to make ctrl-arrow, etc. work

set -g default-terminal "screen-256color" # improve colors
set -g base-index 1 # Start numbering windows at 1, not 0

###########################
# Status Bar
Expand Down

0 comments on commit c2fcbc0

Please sign in to comment.