Tmux : Remap session switch to <>.
This commit is contained in:
parent
99812fd1c1
commit
a2d6a480e4
|
@ -3,8 +3,8 @@
|
||||||
bind -n M-z detach-client
|
bind -n M-z detach-client
|
||||||
bind -n M-Z detach-client -a
|
bind -n M-Z detach-client -a
|
||||||
|
|
||||||
bind -n M-( switch-client -p
|
bind -n M-, switch-client -p
|
||||||
bind -n M-) switch-client -n
|
bind -n M-. switch-client -n
|
||||||
bind -n M-g choose-session -Z
|
bind -n M-g choose-session -Z
|
||||||
|
|
||||||
set -g window-size smallest
|
set -g window-size smallest
|
||||||
|
|
Loading…
Reference in a new issue