From 663e82bc19b01a1809d845a27e552f9f1c208483 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 14 Apr 2026 07:28:57 +0000 Subject: [PATCH] Fix key binding conflict in session menu, from Dane Jensen. --- key-bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key-bindings.c b/key-bindings.c index a6c726f6..85fa7c80 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -29,7 +29,7 @@ " 'Previous' 'p' {switch-client -p}" \ " ''" \ " 'Renumber' 'N' {move-window -r}" \ - " 'Rename' 'n' {command-prompt -I \"#S\" {rename-session -- '%%'}}" \ + " 'Rename' 'r' {command-prompt -I \"#S\" {rename-session -- '%%'}}" \ " ''" \ " 'New Session' 's' {new-session}" \ " 'New Window' 'w' {new-window}"