X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d053c84ae5bb655ae2c32562d7f10b29298e1276..cbfa57a03cbbefbc6bf682757e27615aa7e633e4:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4e4a71e..e74bcb1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,11 @@ set -g set-titles on set -g mouse set -g mode-keys vi +# Start windows and panes at 1, not 0 +set -g base-index 1 +setw -g pane-base-index 1 +bind-key 0 select-window -t 10 + bind-key Escape copy-mode unbind-key p bind-key p paste-buffer