Switch between sessions in tmux?

蹲街弑〆低调 提交于 2019-12-03 09:26:10

C-b s

found it! Alex's answer is awesome as well. Note C-b is my prefix, your prefix could be something else.

You're looking for C-b ( and C-b ). You can find this and many more wonderful tips on the tmux cheatsheet.

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!