summaryrefslogtreecommitdiff
path: root/archive/.tmux.conf
blob: c10c34e11aab46fc0c152f035b1e8b7cdfc0de94 (plain)
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
# my launcher shortcuts: mnemonic is h for host and e for emacs/editor
# E for e-mail
bind M   command-prompt -p "man" "split-window 'exec man %%'"
bind m   new-window -n mail mutt
bind H   command-prompt -p "mosh to host" "split-window 'mosh %1'"
bind h command-prompt -p "mosh to host" "new-window -n %1 'mosh %1'"
bind R   command-prompt -p "ssh to host" "split-window 'ssh %1'"
bind r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'"
bind E   split-window 'emacsclient -amg -t'
bind t new-window -n irssi 'ii'

# ---- old theming code ----

# # --- status bar

# set -g status-justify centre
# setw -g monitor-activity on
# set -g visual-activity on
# set -g status-left-length 70
# set -g status-left "#[fg=green]: #h"
# set -g status-right-length 60
# set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l:%M %p :: #(date -u | awk '{print $4}')::"

# # --- zenburn from
# # --- https://github.com/plathrop/dotfiles/blob/master/tmux/zenburn.conf

# setw -g clock-mode-colour colour117
# setw -g mode-attr bold
# setw -g mode-fg colour117
# setw -g mode-bg colour238
# set -g status-bg colour235
# set -g status-fg colour248
# set -g status-attr dim
# set -g status-left ' #[fg=colour174][ #[fg=colour187,bold]#(whoami)@#h #[fg=colour174]]'
# set -g status-right '#[fg=colour174][ #[fg=colour187,bold]%d %h %H:%M #[fg=colour174]] '
# set -g status-right-length 80
# setw -g window-status-current-fg colour223
# setw -g window-status-current-bg colour237
# setw -g window-status-current-attr bold
# set -g message-attr bold
# set -g message-fg colour117
# set -g message-bg colour235
# set-option -g status-position top