Update tmux-reset.conf

add create session command
This commit is contained in:
Joshua Bell 2024-04-01 07:33:39 -07:00 committed by GitHub
parent 78f5fe4841
commit 92e0a90f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ bind -r l select-pane -R
bind $ command-prompt "rename-session %%"
bind -r ) switch-client -n
bind -r ( switch-client -p
# custom
bind C command-prompt -p "session name:" "new-session -s '%%'"
# Tmux util
bind X source-file ~/.config/tmux/tmux.conf