6 lines
126 B
Bash
6 lines
126 B
Bash
unbind C-b
|
|
unbind i
|
|
set-option -g prefix C-s
|
|
bind-key C-s send-prefix
|
|
bind-key i run-shell "tmux neww ~/.scripts/tmux-cht.sh"
|