Next: Command Summary, Up: Commands [Contents][Index]
As mentioned previously, each keyboard command consists of a C-a followed by one other character. For your convenience, all commands that are bound to lower-case letters are also bound to their control character counterparts (with the exception of C-a a; see below). Thus, both C-a c and C-a C-c can be used to create a window.
The following table shows the default key bindings:
(select)
Prompt for a window identifier and switch.
See Selecting a Window.
(windowlist -b)
Present a list of all windows for selection.
See Selecting a Window.
(select 0…select 9, select -)
Switch to window number 0…9, or the blank window.
See Selecting a Window.
(focus)
Switch the input focus to the next region. See Regions.
(other)
Toggle to the window displayed previously. If this window does no
longer exist, other
has the same effect as next
.
See Selecting a Window.
(meta)
Send the command character (C-a) to window. See escape
command.
See Command Character.
(title)
Allow the user to enter a title for the current window.
See Naming Windows (Titles).
(break)
Send a break to the tty.
See Break.
(pow_break)
Close and reopen the tty-line.
See Break.
(screen)
Create a new window with a shell and switch to that window.
See Screen Command.
(clear)
Clear the screen. See Clear.
(detach)
Detach screen
from this terminal. See Detach.
(pow_detach)
Detach and logout. See Power Detach.
(flow)
Cycle flow among ‘on’, ‘off’ or ‘auto’. See Flow.
(fit)
Resize the window to the current region size. See Fit.
(vbell)
Toggle visual bell mode. See Bell.
(hardcopy)
Write a hardcopy of the current window to the file “hardcopy.n”.
See hardcopy.
(log)
Toggle logging of the current window to the file “screenlog.n”.
See log.
(info)
Show info about the current window. See Info.
(kill)
Destroy the current window. See Kill.
(redisplay)
Fully refresh the current window. See Redisplay.
(login)
Toggle the current window’s login state. See Login.
(lastmsg)
Repeat the last message displayed in the message line.
See Display Last Message.
(monitor) Toggle monitoring of the current window. See Monitoring.
(next)
Switch to the next window. See Selecting a Window.
(number)
Show the number (and title) of the current window. See Number.
(prev)
Switch to the previous window (opposite of C-a n).
See Selecting a Window.
(xon)
Send a ^Q (ASCII XON) to the current window. See XON and XOFF.
(only)
Delete all regions but the current one. See Regions.
(wrap)
Toggle the current window’s line-wrap setting (turn the current window’s
automatic margins on or off). See Wrap.
(xoff)
Send a ^S (ASCII XOFF) to the current window. See XON and XOFF.
(split)
Split the current region horizontally into two new ones. See Regions.
(parent)
Switch to the parent window.
See Selecting a Window.
(version)
Display the version and compilation date. See Version.
(digraph)
Enter digraph. See Digraph.
(windows)
Show a list of active windows. See Windows.
(width)
Toggle between 80 and 132 columns. See Window Size.
(lockscreen)
Lock your terminal. See Lock.
(remove)
Kill the current region. See Regions.
(suspend)
Suspend screen
. See Suspend.
(reset)
Reset the virtual terminal to its “power-on” values.
See Reset.
(dumptermcap)
Write out a .termcap file. See Write out the window’s termcap entry.
(help)
Show key bindings. See Help.
(quit)
Kill all windows and terminate screen
. See Quit.
(colon)
Enter a command line. See Colon.
(copy)
Enter copy/scrollback mode. See Copying.
(paste .)
Write the contents of the paste buffer to the stdin queue of the
current window. See Paste.
(history)
Copy and paste a previous (command) line. See History.
(writebuf)
Write the paste buffer out to the screen-exchange file.
See Screen Exchange.
(readbuf)
Read the screen-exchange file into the paste buffer.
See Screen Exchange.
(removebuf)
Delete the screen-exchange file. See Screen Exchange.
(silence)
Start/stop monitoring the current window for inactivity. See Monitoring.
(split -v)
Split the current region vertically into two new ones. See Regions.
(license)
Show the copyright page. See License.
(displays)
Show the listing of attached displays. See Displays.
Next: Command Summary, Up: Commands [Contents][Index]