tmux from 1

This commit is contained in:
Barak Michener 2018-08-09 22:47:57 -07:00
parent 35201aa221
commit 48b271cb4b

View file

@ -1,5 +1,9 @@
set -g prefix C-a
unbind C-b
set -g base-index 1
setw -g pane-base-index 1
bind-key C-o last-window
bind-key C-a select-pane -t :.+
bind-key a send-prefix
@ -39,3 +43,4 @@ set -g visual-activity on
# Highlighting the active window in status bar
setw -g window-status-current-bg red