From 893b8272be97e01bfdd1bc36aa22b5436a431f76 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 20 May 2015 13:56:32 +0200 Subject: [PATCH] The bind-key "_" select the next session. "C-_" bind-key still list all available sessions. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index ee12355..23e97ae 100644 --- a/tmux.conf +++ b/tmux.conf @@ -248,7 +248,7 @@ bind BTab select-pane -t:.- ## Raccourcis clavier pour les sessions # Proposer la liste des sessions avec choix possible unbind _ -bind _ choose-session +bind _ switch-client -n unbind C-_ bind C-_ choose-session