forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.conf
45 lines (32 loc) · 982 Bytes
/
tmux.conf
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
unbind C-b
set -g prefix C-a
set -g status-right '#[default] #[fg=green]%H:%M#[default]'
set -g monitor-activity on
# set -g visual-activity on
# set -g visual-content on
setw -g aggressive-resize on
# set -g history-limit 1000000
#setw -g mode-mouse on
#setw -g utf8 on
# barre un peu plus discrete
set -g status-style bg=black,fg=white
setw -g window-status-current-style bg=yellow,fg=black
setw -g window-status-activity-style bg=black,fg=white
# setw -g window-status-content-bg green
# setw -g window-status-content-fg white
# set -g pane-active-border-fg green
# set -g pane-active-border-bg black
# set -g pane-border-fg white
# set -g pane-border-bg black
#
# set -g message-fg black
# set -g message-bg green
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g set-titles on
set -g set-titles-string "#T"
#set -g status-position top
bind-key -n C-PgUp prev
bind-key -n C-PgDn next
bind-key t new-window
bind-key C-t new-window
bind-key a send-prefix