dotfiles/.tmux.conf
2022-04-21 21:10:37 -07:00

16 lines
312 B
Plaintext

set-option -sa terminal-overrides ",$TERM:RGB"
set -g prefix C-k
set -g escape-time 20
set -g mouse on
set -g history-limit 1000000
set -g mode-key vi
bind-key C-k send-prefix
unbind C-b
bind-key -T prefix j choose-tree "join-pane -s %%"
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'