Skip to content

Commit

Permalink
[tmux] Start windows and panes at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Nov 10, 2023
1 parent 2a7f7b5 commit 8c9713c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap/dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ set -g mouse on
unbind -n MouseDrag1Pane
unbind -Tcopy-mode MouseDrag1Pane

# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1

# Some extra key bindings to select higher numbered windows
bind F1 selectw -t:10
bind F2 selectw -t:11
Expand Down

0 comments on commit 8c9713c

Please sign in to comment.