1
0
forked from x/ContextOS
ContextOS/etc/conf/tmux-2.1.conf
2019-10-31 04:34:37 +08:00

12 lines
252 B
Plaintext

source-file ~/.tmux.common
set -g mouse on
bind -t vi-copy C-c copy-selection -x
set status-right "#(date) #(hostname)"
bind -t vi-edit C-n history-down
bind -t vi-edit C-p history-up
bind -t vi-edit C-b cursor-left
bind -t vi-edit C-f cursor-right