-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf.interactive
63 lines (42 loc) · 1.28 KB
/
.tmux.conf.interactive
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
set quiet
set -g base-index 1
set -g pane-base-index 1
set -g default-terminal screen-256color
set-option -g prefix C-a
bind-key C-a send-prefix
unbind-key C-b
set-option -g prefix2 `
bind-key ` set-option -g prefix2 ` \; send-prefix -2
bind-key F1 set-option -g prefix2 F1 \; send-prefix -2
set-window-option -g window-status-current-bg yellow
setw -g automatic-rename on
bind-key | split-window -h
bind-key \ split-window -h
bind-key ? list-keys
bind-key - split-window -v
set-option -g pane-active-border-fg brightblue
set-option -g pane-active-border-bg blue
set-option -g history-limit 25000
unbind-key j
bind-key j select-pane -D
unbind-key k
bind-key k select-pane -U
unbind-key h
bind-key h select-pane -L
unbind-key l
bind-key l select-pane -R
# Scroll your way into copy mode (scrollback buffer)
# and select text for copying with the mouse
# setw -g mode-mouse on
bind-key a set-window-option synchronize-panes
set -g update-environment -r
set-option -sg escape-time 0
bind r source-file ~/.tmux.conf \; display "Reloaded config."
set -g status-utf8 on
set -g status-justify centre
setw -g monitor-activity on
set -g visual-activity off
set -g status-left-length 20
bind-key < command-prompt -p session: "rename-session '%1'"
set -g set-titles on
set -g set-titles-string "#T"