Files
dotfiles/dot_config/tmux/tmux.conf
2025-11-18 11:41:32 -05:00

12 lines
403 B
Bash

# vim keybindings in copy mode
set-window-option -g mode-keys vi
# set-option -g mouse on
# set-option -s set-clipboard off
bind P paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
# increase scrollback
set-option -g history-limit 25000
# Enable RGB colour if running in xterm(1)
set-option -sa terminal-overrides ",xterm*:Tc"