This commit is contained in:
Joel Beckmeyer 2023-07-21 22:01:39 -04:00
parent 76cea58fb0
commit fe22720cae
1 changed files with 11 additions and 0 deletions

11
dot_config/tmux/tmux.conf Normal file
View File

@ -0,0 +1,11 @@
# vim keybindings in copy mode
set-option -g mouse on
setw -g mode-keys vi
# 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"