Skip to content

Instantly share code, notes, and snippets.

@laixintao
Created February 15, 2017 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laixintao/70d42856a1565ee386574ed663fdfc62 to your computer and use it in GitHub Desktop.
Save laixintao/70d42856a1565ee386574ed663fdfc62 to your computer and use it in GitHub Desktop.
tmux快速上手
“ 将当前面板上下分屏
% 将当前面板左右分屏
x 关闭当前分屏
! 将当前面板置于新窗口,即新建一个窗口,其中仅包含当前面板
Ctrl+方向键 以1个单元格为单位移动边缘以调整当前面板大小
Alt+方向键 以5个单元格为单位移动边缘以调整当前面板大小
空格键 可以在默认面板布局中切换,试试就知道了
q 显示面板编号
o 选择当前窗口中下一个面板
方向键 移动光标选择对应面板
{ 向前置换当前面板
} 向后置换当前面板
Alt+o 逆时针旋转当前窗口的面板
Ctrl+o 顺时针旋转当前窗口的面板
z tmux 1.8新特性,最大化当前所在面板
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment