aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: 3ad9c80fbd459a4a8175515e96aa99d1a5e526bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -g prefix C-a
set -g visual-activity on
set -g status-style fg=white,bg=black
set-window-option -g window-status-bell-style fg=white,bg=red,bold
set-window-option -g mode-keys vi
set -g status-right "#[fg=green,bg=default]#{pane_current_path}"
set -ag status-right " #[fg=yellow,bg=default]%I:%M%p "
set -g mouse on
set -g default-terminal "screen-256color"

bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R