Power commands

From Vertubleu

Jump to: navigation, search

screen

Terminal multiplexer

screen

Here are useful shortcuts (from man) (C-a means Ctrl+a):

      C-a '       (select)      Prompt for a window name or number to switch to.
      C-a "       (windowlist -b)
                                Present a list of all windows for selection.
      C-a 0       (select 0)
       ...           ...
      C-a 9       (select 9)
      C-a -       (select -)    Switch to window number 0 - 9, or to the blank window.
      C-a C-a     (other)       Toggle  to  the  window  displayed  previously.  Note that this binding defaults to the command character typed twice, unless overridden.  For instance, if you use the option "-e]x", this command becomes "]]".
      C-a a       (meta)        Send the command character (C-a) to window. See escape command.
      C-a A       (title)       Allow the user to enter a name for the current window.
      C-a b
      C-a C-b     (break)       Send a break to window.
Personal tools