您的位置:首页 > 运维架构 > Linux

Linux tmux 参考手册

2017-06-14 17:01 204 查看

快捷键

快捷键描述
C-bSend the prefix key (C-b) through to the application.
C-oRotate the panes in the current window forwards.
C-zSuspend the tmux client.
!Break the current pane out of the window.
Split the current pane into two, top and bottom.
#List all paste buffers.
$Rename the current session.
%Split the current pane into two, left and right.
&Kill the current window.
Prompt for a window index to select.
(Switch the attached client to the previous session.
)Switch the attached client to the next session.
,Rename the current window.
-Delete the most recently copied buffer of text.
0Prompt for an index to move the current window.
0 to 9Select windows 0 to 9.
:Enter the tmux command prompt.
;Move to the previously active pane.
=Choose which buffer to paste interactively from a list.
?List all key bindings.
DChoose a client to detach.
LSwitch the attached client back to the last session.
[Enter copy mode to copy text or view the history.
]Paste the most recently copied buffer of text.
cCreate a new window.
dDetach the current client.
fPrompt to search for text in open windows.
iDisplay some information about the current window.
lMove to the previously selected window.
nChange to the next window.
oSelect the next pane in the current window.
pChange to the previous window.
qBriefly display pane indexes.
rForce redraw of the attached client.
mMark the current pane (see select-pane -m).
MClear the marked pane.
sSelect a new session for the attached client interactively
tShow the time.
wChoose the current window interactively.
xKill the current pane.
zToggle zoom state of the current pane.
{Swap the current pane with the previous pane.
}Swap the current pane with the next pane.
~Show previous messages from tmux, if any.
Page UpEnter copy mode and scroll one page up.
Up,Down,Left,RightChange to the pane above, below, to the left, or to the right of the current pane.
M-1 to M-5Arrange panes in one of the five preset layouts: even-horizontal, even-vertical, main-h
4000
orizontal, main-verti‐cal, or tiled.
SpaceArrange the current window in the next preset layout.
M-nMove to the next window with a bell or activity marker.
M-oRotate the panes in the current window backwards.
M-pMove to the previous window with a bell or activity marker.
C-Up, C-Down, C-Left, C-RightResize the current pane in steps of one cell.
M-Up, M-Down, M-Left, M-RightResize the current pane in steps of five cells.

命令

#管理客户端和会话

attach

attach-session [-dEr] [-c working-directory] [-t target-session](alias: attach)

如果在tmux外执行,则会新建一个客户端,并进入;如果在tmux内部,则之间切换相应的会话。-d,使其他使用这个会话的客户端推出。-r,开启只读模式

detach

detach-client [-P] [-a] [-s target-session] [-t target-client](alias: detach)

has

has-session [-t target-session](alias: has)

报告是否存在对话

kill-server

杀死所有会话

kill-session

kill-session [-a] [-t target-session]

杀死所有会话,-a杀死除了指定的之外的会话

lsc

list-clients [-F format] [-t target-session](alias: lsc)

列出所有的客户端

lscm

list-commands(alias: lscm)

列出所有的命令

ls

list-sessions [-F format](alias: ls)

列出所有的会话

lockc

lock-client [-t target-client](alias: lockc)

锁定客户端

locks

lock-session [-t target-session]

锁定所有会话的客户端(alias: locks)

new

new-session [-AdDEP] [-c start-directory] [-F format] [-n window-name][-s session-name] [-t target-session] [-x width] [-y height][shell-command](alias: new)

创建一个新的会话

refresh

refresh-client [-S] [-t target-client](alias: refresh)

刷新客户端信息

rename

rename-session [-t target-session] new-name(alias: rename)

重新命名会话

showmsgs

show-messages [-IJT] [-t target-client](alias: showmsgs)

source

source-file path(alias: source)

从路径上执行命令

start

start-server(alias: start)

开启tmux服务,不会建立会话

suspendc

suspend-client [-t target-client](alias: suspendc)

挂起客户端

switchc

switch-client [-Elnpr] [-c target-client] [-t target-session] [-Tkey-table](alias: switchc)

切换客户端

其他

其他命令建议用快捷键
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: