-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdot_tmux.conf
More file actions
62 lines (46 loc) · 1.59 KB
/
dot_tmux.conf
File metadata and controls
62 lines (46 loc) · 1.59 KB
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
set -g buffer-limit 100
set -g history-limit 10000
#set -g status-utf8 on
set-option -g status-position top
set -g default-terminal "xterm"
set -g status-bg black
set -g status-fg blue
set -g status-attr dim
set -g display-panes-time 10000
set -sg escape-time 0
setw -g aggressive-resize on
set -g status-left-length 69
set -g status-interval 5
set -g status-justify centre
set -g status-right '#[fg=cyan]#(~/bin/ipinfo.sh) #[default]'
set -g status-left '#[fg=cyan]#(~/bin/mymon.sh) #[default]'
set-window-option -g window-status-fg white
set-window-option -g window-status-bg black
set-window-option -g window-status-attr dim
set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-bg cyan
set-window-option -g window-status-current-attr bright
set -g message-fg white
set -g message-bg black
set -g message-attr bright
set -g pane-border-bg black
set -g pane-border-fg white
set -g pane-active-border-bg black
set -g pane-active-border-fg red
bind r source-file ~/.tmux.conf \; display 'reloaded'
#setw -g mode-mouse off
setw -g monitor-activity on
set -g visual-activity on
#bind C-v run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
#bind C-c run "tmux save-buffer - | xclip -selection clipboard >/dev/null"
#bind C-b send-prefix
#unbind [
#bind Escape copy-mode
#unbind p
#bind p paste-buffer
#bind -t vi-copy 'v' begin-selection
#bind -t vi-copy 'y' copy-selection
#bind-key u capture-pane \; save-buffer /tmp/aaa
#bind-key - choose-buffer "delete-buffer -b '%%'"
#set -g lock-after-time 300
#set -g lock-command /home/aparicdd/bin/cmatrix