darkrc/tmux.conf

13 lines
228 B
Plaintext
Raw Normal View History

set-option -g prefix C-b # default
bind r source-file ~/.tmux.conf
bind h select-pane -R
bind j select-pane -D
bind k select-pane -U
bind l select-pane -L
2019-10-02 18:29:24 +00:00
set -g mouse on
set -g status-bg '#3f3f3f'
set -g status-fg '#ddddff'