This commit is contained in:
2024-07-25 15:22:33 -04:00
parent f60304a239
commit a24d5c820a

5
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,5 @@
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"