forked from optinull/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtmux.conf
More file actions
36 lines (33 loc) · 990 Bytes
/
tmux.conf
File metadata and controls
36 lines (33 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
unbind '"'
unbind %
unbind C-b
bind a send-prefix
bind | split-window -h
bind - split-window -v
set -g bell-action any
set -g display-time 2000
set -g history-limit 50000
set -g default-terminal 'tmux-256color'
set -sa terminal-overrides ',XXX:RGB'
set -g escape-time 0
set -g set-titles on
set -g set-titles-string '[#I] #W'
set -g status-fg default
set -g status-bg default
set -g status-left "#[fg=blue]#S(#{session_windows}) #[fg=default]"
set -g status-right "#[fg=cyan]%H:%M#[fg=default]"
set -g status-position top
set -g message-style bg=red,fg=white,bold
set -g allow-rename off
set -g visual-activity off
set -g base-index 0
set -g focus-events on
set -g prefix C-a
set -g renumber-windows on
setw -g automatic-rename off
setw -g monitor-activity off
setw -g pane-base-index 0
setw -g window-status-style bg=colour0,fg=colour81
setw -g window-status-current-style fg=colour82,bg=colour0
setw -g window-status-activity-style bg=colour200,fg=colour255,none
setw -g xterm-keys on