-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.tmux.conf
More file actions
51 lines (35 loc) · 1.09 KB
/
Copy path.tmux.conf
File metadata and controls
51 lines (35 loc) · 1.09 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
# :source-file ~/.tmux.conf
set-option -g prefix C-b
#bind-key C-n next-window
#bind-key C-p previous-window
set-option -g -q mouse on
#set -g mouse-mode on
#set-option -g mouse-select-pane on
#set-option -g mouse-resize-pane on
#set-option -g mouse-select-window on
set-window-option -g xterm-keys on
set-option -g terminal-overrides "xterm*:colors=256"
set-option -g terminal-overrides "xterm:colors=256"
set-option -g terminal-overrides "screen:colors=256"
set-option -g bell-action none
set-option -g visual-bell off
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -sg escape-time 0
unbind F2
#set status-utf8 on
#set utf8 on
set -g default-terminal "screen-256color"
set -g -q status on
set -g -q status-interval 5
#set -g -q status-justify left
set -g -q status-right " %Y-%m-%d %H:%m :: #h "
set -g -q status-right-length 64
set -g -q status-right-style dim,nobold
set -g status-bg colour54
set -g status-fg colour250
# work
#set -g status-bg colour39
#set -g status-fg colour57
bind-key C-S-Left swap-window -t -1
bind-key C-S-Right swap-window -t +1
set -g @plugin 'o0th/tmux-nova'