mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-01 19:19:22 +08:00
27 lines
795 B
Plaintext
27 lines
795 B
Plaintext
set -g mouse on
|
|
set -gw window-status-last-style "bg=cyan"
|
|
|
|
bind C-s copy-mode -e
|
|
bind -t vi-copy C-c copy-selection -x
|
|
bind -t vi-copy MouseDragEnd1Pane copy-selection -x
|
|
|
|
bind C-m display-panes "swap-pane -t %%"
|
|
bind C-u display-panes "move-pane -v -t %%"
|
|
bind C-v display-panes "move-pane -h -t %%"
|
|
|
|
bind u split-window -c "#{pane_current_path}"
|
|
bind v split-window -h -c "#{pane_current_path}"
|
|
bind U split-window -f -c "#{pane_current_path}"
|
|
bind V split-window -f -h -c "#{pane_current_path}"
|
|
|
|
bind s choose-tree -u
|
|
bin m choose-tree -suw -c "swap-window -t %%"
|
|
bind -t vi-copy c copy-selection
|
|
bind -t vi-copy Space begin-selection
|
|
|
|
bind -t vi-edit C-p history-up
|
|
bind -t vi-edit C-n history-down
|
|
bind -t vi-edit C-f cursor-right
|
|
bind -t vi-edit C-b cursor-left
|
|
bind -t vi-edit C-j enter
|