start windows at 1

legacy
Simon Bruder 2018-05-05 13:19:30 +00:00
parent f64442dddd
commit 5a130a9b9c
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ bind | split-window -h
unbind -
bind - split-window -v
# more ergnomic window and pane numbers
set -g base-index 1
setw -g pane-base-index 1
# vim bindings in copy mode
bind-key -T copy-mode-vi v send -X begin-selection
bind-key -T copy-mode-vi y send -X copy-selection