summaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: 83544262c5ca3d7955e899942d52f52eeb3f3d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
set-option -g history-limit 50000
set-option -g status-bg black
set-option -g status-fg white
set-option -g clock-mode-colour white
set-option -g clock-mode-style 24
set-option -g bell-action any
set-option -g bell-on-alert on
bind / command-prompt "split-window -h 'exec man %%'"
bind R source-file ~/.tmux.conf \; display-message "  Config reloaded..."
bind C clock-mode
bind r move-window -r