From 92e0a90f2381aa58d95e9553480ffe003b64cbcc Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Mon, 1 Apr 2024 07:33:39 -0700 Subject: [PATCH] Update tmux-reset.conf add create session command --- users/josh/programs/tmux/tmux-reset.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/josh/programs/tmux/tmux-reset.conf b/users/josh/programs/tmux/tmux-reset.conf index 204af4b..362abdc 100644 --- a/users/josh/programs/tmux/tmux-reset.conf +++ b/users/josh/programs/tmux/tmux-reset.conf @@ -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