-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathtmux.conf
More file actions
20 lines (16 loc) · 561 Bytes
/
tmux.conf
File metadata and controls
20 lines (16 loc) · 561 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Set the prefix to C-z instead of C-b; C-z
set -g prefix C-o
unbind C-b
bind-key -r C-o send-prefix
bind-key | split-window -h
bind-key - split-window -v
set -g base-index 1 # Start window index #s at 1
set -g default-terminal "xterm-256color"
set-option -g status-keys emacs
set-option -g mode-keys emacs
set-window-option -g mode-keys emacs
set-window-option -g monitor-activity on
# set-option -g mouse-select-pane on
set-option -g visual-activity on
set-window-option -g window-status-current-bg red
set-window-option -g window-status-current-fg white