Last active
March 28, 2017 07:37
-
-
Save xionglikarl/4ccd01a35523822de5758d9f394d622c to your computer and use it in GitHub Desktop.
tmux常用命令
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix = ctrl+b | |
prefix + c 新建窗口 | |
prefix + , 重命名窗口 | |
prefix + p 切换窗口 | |
prefix + <WindowNum> 切换窗口 | |
prefix + & 关闭窗口 | |
prefix + % 纵向拆分窗口 | |
prefix + " 横向拆分窗口 | |
prefix + o 切换窗格 | |
prefix + x 关闭窗格 | |
prefix + s 查看会话 | |
prefix + $ 重命名会话 | |
prefix + [ 允许滚屏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment