From fe4b50c1b275ee100af269d1cae9b771e8034897 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 19 May 2015 22:31:24 +0200 Subject: [PATCH] b: only look for window title or name. C-b: look for window content, title and name. --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index d9f1960..b6be226 100644 --- a/tmux.conf +++ b/tmux.conf @@ -131,9 +131,9 @@ bind-key -t vi-copy 'y' copy-selection # Window selection by name unbind b -bind-key b command-prompt "find-window '%%'" +bind-key b command-prompt "find-window -NT '%%'" unbind C-b -bind-key C-b command-prompt "find-window '%%'" +bind-key C-b command-prompt "find-window -CNT '%%'" # Détacher tmux unbind ^D