码迷,mamicode.com
首页 > 其他好文 > 详细

tmux 简单命令

时间:2016-11-29 14:08:39      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:session   height   org   关闭   ssi   bind   blog   sel   font   

tmux 大概结构图:

技术分享

技术分享

1. tmux ls 列粗所以session

2.tmux attach -t foo 选择某个session

3.tmux kill-session -t foo 干掉某个session

4.tmux split-window -h 左右分屏

5.tmux split-window -v 上下分屏

6.tmux select-pane -L  选择当前左边的pane

7.tmux select-pane -R  选择当前右边的pane

8.tmux select-pane -U  选择当前上边的pane

9.tmux select-pane -D  选择当前下边的pane

一些快捷键

默认的是C-b 可以修改为C-a

tmux unbind C-b

tmux set -g prefix C-a

左右上下pane切换快捷键  -> alt + arrow (上下左右的光标)

tmux bind -n M-Left select-pane -L  

tmux bind -n M-Right select-pane -R 

tmux bind -n M-Up select-pane -U 

tmux bind -n M-Down select-pane -D

关闭当前pane

tmux kill-pane

参考地址:

http://lukaszwrobel.pl/blog/tmux-tutorial-split-terminal-windows-easily

http://hyperpolyglot.org/multiplexers

 

tmux 简单命令

标签:session   height   org   关闭   ssi   bind   blog   sel   font   

原文地址:http://www.cnblogs.com/Sir-Lin/p/6113102.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!