9 lines
246 B
Bash
9 lines
246 B
Bash
set -ga terminal-overrides ",xterm-256color*:Tc"
|
|
set -s escape-time 0
|
|
|
|
bind r source-file ~/.tmux.conf
|
|
|
|
# forget the find window. That is for chumps
|
|
bind-key -r f run-shell "tmux neww tmux-sessionizer"
|
|
bind-key -r i run-shell "tmux neww cht.sh"
|