Switch between sessions in tmux?

后端 未结 5 1405
天涯浪人
天涯浪人 2020-12-25 09:49

I\'m relatively new to tmux and use it just for local development. In some tmux tutorials, a person will list out their tmux sessions in an enumerated list. There is yellow

5条回答
  •  一向
    一向 (楼主)
    2020-12-25 10:36

    Is PREFIX s but the real command is choose-tree. Then you can use it to bind to other key for example to 'S'

    bind S choose-tree
    

    http://man.openbsd.org/OpenBSD-current/man1/tmux.1#choose-tree

提交回复
热议问题