inf04-web2/_confs/.tmux.conf

15 lines
350 B
Plaintext
Raw Normal View History

2024-06-20 19:10:59 +00:00
set-option -g default-command "bash --login"
# remap prefix to Control + a
set -g prefix C-s
# bind 'C-a C-a' to type 'C-a'
bind C-s send-prefix
unbind C-b
# synchronize all panes in a window
# don't use control S, too easily confused
# with navigation key sequences in tmux (show sessions)
unbind C-S
bind C-Y set-window-option synchronize-panes