dotfiles/.tmux.conf

10 lines
174 B
Plaintext
Raw Normal View History

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
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 %%"