dotfiles/tmux/1.x/tmux.conf
2021-12-13 09:10:57 +00:00

10 lines
224 B
Plaintext

unbind C-b
set -g prefix C-s
bind-key C-s send-prefix
setw -g mode-keys vi
unbind ]
bind P paste-buffer
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind-key -t vi-copy 'r' rectangle-toggle