Skip to content

Instantly share code, notes, and snippets.

@xionglikarl
Last active March 28, 2017 07:37
Show Gist options
  • Save xionglikarl/4ccd01a35523822de5758d9f394d622c to your computer and use it in GitHub Desktop.
Save xionglikarl/4ccd01a35523822de5758d9f394d622c to your computer and use it in GitHub Desktop.
tmux常用命令
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