The bind-key "_" select the next session.

"C-_" bind-key still list all available sessions.
This commit is contained in:
gardouille 2015-05-20 13:56:32 +02:00
parent e10e337afd
commit 893b8272be
1 changed files with 1 additions and 1 deletions

View File

@ -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