Files
dotfiles/tmux/.tmux.conf
2024-07-25 15:22:33 -04:00

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"