mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-07 21:46:55 +08:00
12 lines
252 B
Plaintext
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
|