dotfiles/.tmux.conf

16 lines
312 B
Plaintext
Raw Normal View History

2020-02-24 18:25:52 -07:00
set-option -sa terminal-overrides ",$TERM:RGB"
2018-03-21 20:42:30 -07:00
set -g prefix C-k
2018-07-26 22:26:06 -07:00
set -g escape-time 20
2018-10-22 20:42:48 -07:00
set -g mouse on
2019-08-29 14:18:14 -07:00
set -g history-limit 1000000
2020-03-26 17:55:32 -07:00
set -g mode-key vi
2018-07-26 22:26:06 -07:00
2018-03-21 20:42:30 -07:00
bind-key C-k send-prefix
unbind C-b
2018-07-26 22:26:06 -07:00
bind-key -T prefix j choose-tree "join-pane -s %%"
2022-04-21 21:10:37 -07:00
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'