This commit is contained in:
2024-07-25 11:56:10 -04:00
parent f2d3faf299
commit f60304a239
6 changed files with 22 additions and 1 deletions

4
tmux/tmux.conf Normal file
View File

@@ -0,0 +1,4 @@
unbind C-b
set-option -g prefix C-s
bind-key C-s send-prefix
bind-key i run-shell "tmux neww ~/.scripts/tmux-cht.sh"