summaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: a5b34ab0135f970f3154acbd18f54a7a6e86479b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
set-option -g default-shell /run/current-system/sw/bin/zsh
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