Tmux:使用:修订间差异

来自WHY42
imported>Soleverlee
以“ Category:Linux/Unix”为内容创建页面
 
imported>Soleverlee
无编辑摘要
 
第1行: 第1行:
=窗口=
*C-b c 创建窗口
*C-b s 窗口列表
*C-b 0 跳转到窗口0
=会话=


 
=其他命令=
<pre>
          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.
          ,          Rename the current window.
          -          Delete the most recently copied buffer of text.
          .          Prompt for an index to move the current window.
          0 to 9      Select 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.
          D          Choose a client to detach.
          L          Switch 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.
          c          Create a new window.
          d          Detach the current client.
          f          Prompt to search for text in open windows.
</pre>
[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2017年3月28日 (二) 19:57的最新版本

窗口

  • C-b c 创建窗口
  • C-b s 窗口列表
  • C-b 0 跳转到窗口0

会话

其他命令

           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.
           ,           Rename the current window.
           -           Delete the most recently copied buffer of text.
           .           Prompt for an index to move the current window.
           0 to 9      Select 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.
           D           Choose a client to detach.
           L           Switch 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.
           c           Create a new window.
           d           Detach the current client.
           f           Prompt to search for text in open windows.