aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opensim.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'opensim.tmux.conf')
-rw-r--r--opensim.tmux.conf47
1 files changed, 47 insertions, 0 deletions
diff --git a/opensim.tmux.conf b/opensim.tmux.conf
new file mode 100644
index 0000000..f264f8a
--- /dev/null
+++ b/opensim.tmux.conf
@@ -0,0 +1,47 @@
1set-option -g prefix C-a
2unbind-key C-b
3bind-key C-a send-prefix
4
5# r reloads the configuration, handy
6bind r source-file ~/.tmux.conf
7
8unbind % # Remove default binding since we’re replacing them.
9bind | split-window -h
10bind - split-window -v
11
12set-option -g bell-action any
13set-option -g bell-on-alert on
14
15set-option -g history-limit 100000
16
17set-option -g mouse-resize-pane on
18set-option -g mouse-select-pane on
19set-option -g mouse-select-window on
20set-option -g mouse-utf8 on
21
22#set-option -g set-remain-on-exit on
23set-option -g set-titles on
24set-option -g set-titles-string '#W'
25
26set-option -g status-interval 1
27set-option -g status-justify centre
28set-option -g status-utf8 on
29
30set-option -g status-left-length 80
31set-option -g status-left '[#H #S:(#I:#T/#W).#P #F]'
32set-option -g status-right-length 80
33set-option -g status-right '%F #(uptime) %T'
34
35set-option -g visual-activity on
36set-option -g visual-content on
37set-option -g visual-silence on
38
39set-option -gw clock-mode-style 24
40set-option -gw mode-mouse on
41
42# Highlight active window
43set-option -gw window-status-current-bg red
44
45# Set window notifications
46set-option -gw monitor-activity on
47