From 926f56f94098c5ae1e8c24646fa4f1b66b1b396c Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Thu, 10 Aug 2017 11:59:01 -0500 Subject: [PATCH] fixed new/rename window prompts --- tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index ad6029d..652e082 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,12 +12,11 @@ bind w select-pane -U bind r select-pane -D #window management -bind Q new-window -n '%%' +bind Q command-prompt -I "" "new-window -n '%%'" bind A next-window bind S previous-window bind W last-window -bind R rename-window -n '%%' -bind F find-window -n '%%' +bind R command-prompt -I "#W" "rename-window -n '%%'" #promote/demote pane bind z resize-pane -Z