The bind-key "_" select the next session.
"C-_" bind-key still list all available sessions.
This commit is contained in:
parent
e10e337afd
commit
893b8272be
|
@ -248,7 +248,7 @@ bind BTab select-pane -t:.-
|
||||||
## Raccourcis clavier pour les sessions
|
## Raccourcis clavier pour les sessions
|
||||||
# Proposer la liste des sessions avec choix possible
|
# Proposer la liste des sessions avec choix possible
|
||||||
unbind _
|
unbind _
|
||||||
bind _ choose-session
|
bind _ switch-client -n
|
||||||
unbind C-_
|
unbind C-_
|
||||||
bind C-_ choose-session
|
bind C-_ choose-session
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue