スキップしてメイン コンテンツに移動

投稿

ラベル(Tools)が付いた投稿を表示しています

tmux の 操作

tmux ( https://github.com/tmux/tmux ) の操作 マニュアルにキー操作が書いてある。 $ man tmux KEY BINDINGS tmux may be controlled from an attached client by using a key combination of a prefix key, ‘C-b’ (Ctrl-b) by default, followed by a command key. The default command key bindings are: C-b Send the prefix key (C-b) through to the application. C-o Rotate the panes in the current window forwards. C-z Suspend 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. ...