-
Notifications
You must be signed in to change notification settings - Fork 1
/
.tmux.conf
76 lines (54 loc) · 1.53 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#-- base --#
set -g default-terminal "screen-256color"
set -g display-time 3000
set -g history-limit 65535
#-- bindkeys --#
set -g prefix ^a
unbind ^b
bind a send-prefix
bind-key -n F11 previous-window
bind-key -n F12 next-window
unbind '"'
bind - splitw -v
unbind %
bind | splitw -h
bind k selectp -U
bind j selectp -D
bind h selectp -L
bind l selectp -R
bind -r ^h select-window -t :-
bind -r ^l select-window -t :+
bind ^k resizep -U 10
bind ^j resizep -D 10
bind ^h resizep -L 10
bind ^l resizep -R 10
bind ^u swapp -U
bind ^d swapp -D
bind ^a last
bind q killp
#bind '~' splitw htop
#bind ! splitw ncmpcpp
#bind m command-prompt "splitw -h 'exec man %%'"
#bind m command-prompt "splitw -h 'exec pydoc %%'"
#-- statusbar --#
set -g status-right "#{?client_prefix,#[reverse]<Prefix>#[noreverse] ,}#[fg=red][ #[fg=green]#(sysctl -n vm.loadavg) #[fg=colour183]%a %m-%d %H:%M:%S#[fg=red]]#[default]"
set -g status-right-style bright
set -g status-style bg=default,fg=yellow
setw -g window-status-current-style fg=white,bg=blue,bright
set -g status-interval 1
set -g status-justify centre
set -g visual-activity on
setw -g monitor-activity on
set -g status-keys vi
setw -g mode-keys vi
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @tpm_plugins 'jbnicolai/tmux-fpp'
set -g @plugin 'tmux-plugins/tmux-open'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
#-- apps --#
#new -s misc -n weechat weechat
#neww ncmpcpp
#neww mutt