? To open a new terminal window ! Choose File → Open Terminal (or right-click the terminal window and choose Open Terminal). ! The new terminal by default inherits the working directory from its parent terminal (may be changed via hidden options).
? To close a terminal window ! Choose File → Close Window. ! This action closes the terminal and terminates any subprocesses that you opened from the terminal. If you close the last terminal window, the application exits.
? To add a new tabbed terminal to a window ! Choose File → Open Tab (or right-click the terminal window and choose Open Tab). The new terminal by default inherits the working directory from the previously active terminal.
? To hide the menubar ! Choose View → Show Menubar (or right-click the terminal window and choose Show Menubar).
? To show a hidden menubar ! Right-click the terminal window and choose Show Menubar from the popup menu.
? To show or hide the toolbar ! Choose View → Show Toolbar.
? To show or hide the window decorations ! Choose View → Show Window Borders.
? To put a terminal window into fullscreen mode ! Choose View → Fullscreen from the menubar (or right-click the terminal window and choose Fullscreen).
? To change the appearance of the terminal window ! See the section called Preferences for information about the options that you choose in the Xfce Terminal Preferences dialog to change the appearance and behavior of the terminal windows. For example, you can change the background color or the location of the scrollbar.
? To scroll through previous commands and output
! Perform one of the following actions
! Terminal mimics the FreeBSD console when Scroll Lock is pressed. When scroll lock is active, ordinary input and output from the shell is suspended and you can scroll through the history with Shift-Page Up and Shift-Page Down or using the optional scrollbar. Press Ctrl-S to activate the scroll lock and Ctrl-Q to disable it afterwards. ! The number of lines that you can scroll back in the terminal window is determined by the Scrollback setting in the General section of the Terminal Preferences dialog.
? To select and copy text ! You can select text in any of the following ways:
! These actions select all text between the first and last items. For all text selections, Terminal copies the selected text into the clipboard when you release the mouse button. To explicitly copy the selected text, choose Edit → Copy.
? To paste text into a terminal ! If you previously copied text to the clipboard, you can paste the text into a terminal by performing one of the following actions:
? To drag a file name into a terminal window ! You can drag a file name to a terminal from another application such as a file manager or a web browser. The terminal displays the path and the full name of the URI.
? To access a hyperlink ! To access a Uniform Resource Locator (URL) that is displayed in a terminal window, perform the following steps:
? To compose an email ! To compose an email to an address that is displayed in a terminal window, perform the following steps:
| To change the terminal title |
|---|
|
To change the title of the currently displayed terminal, perform the following three steps:
To reset the terminal title to its default behavior, perform the same three steps as described above, but enter an empty title.
Terminal will substitute these tokens:
%d : name of the current directory (short).%D : current directory (long).%w : window title set by shell.%# : the session id.This section provides some advice if you have problems with terminals.
? To reset the terminal ! This will reset the internal state of the terminal. Choose Terminal → Reset.
? To reset the terminal and clear the terminal screen
! Choose Terminal → Clear Scrollbar and Reset. You can also use the shell commands reset and clear.