Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:terminal:usage [2012/01/05 08:54] – [To modify a terminal window] nickapps:terminal:usage [2020/09/28 07:05] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-====== Usage ====== 
  
-===== To open and close terminals ===== 
- 
-? To open a new terminal window 
-!     Choose {gui>File>Open Terminal} (or right-click the terminal window and choose {gui>Open Terminal}). 
-! The new terminal inherits the working directory from its parent terminal. 
-? To close a terminal window 
-! Choose {gui>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 Terminal application exits. 
-? To add a new tabbed terminal to a window 
-! Choose {gui>File>Open Tab} (or right-click the terminal window and choose {gui>Open Tab}). 
-! The new terminal inherits the working directory from the previously active terminal. 
- 
-===== To modify a terminal window ===== 
-? To hide the menubar 
-! Choose {gui>View>Show Menubar} (or right-click the terminal window and choose {gui>Show Menubar}). 
-? To show a hidden menubar 
-! Right-click the terminal window and choose {gui>Show Menubar} from the popup menu. 
-? To show or hide the toolbars 
-! Choose {gui>View>Show Toolbars}. 
-? To customize the toolbars 
-! Be sure to show the toolbars first; then choose {gui>Edit>Toolbars...}. 
-? To show or hide the window decorations 
-! Choose {gui>View>Show Window Borders}. 
-? To put a terminal window into fullscreen 
-! Choose {gui>View>Fullscreen} from the menubar (or right-click the terminal window and choose {gui>Fullscreen}). 
-? To change the appearance of the terminal window 
-! See the section called [[preferences|Preferences]] for information about the options that you choose in the Terminal Preferences dialog to change the appearance and behaviour of the terminal windows. For example, you can change the background color or the location of the scrollbar. 
- 
-===== To work with the contents of terminal windows ===== 
- 
-==== To scroll through previous commands and output ==== 
- 
-Perform one of the following actions 
-  * Use the scrollbar, which is usually displayed on the right side of each terminal window. 
-  * Press the {key>Shift+Page Up}, {key>Shift+Page Down}, {key>Shift+Up}, {key>Shift+Down}, {key>Shift+Home}, or Shift+End} keys. 
-  * Use the middle wheel button on your mouse if applicable. 
-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 {key>Shift+Page Up} and {key>Shift+Page Down} or using the optional scrollbar. Press {key>Ctrl+S} to activate the scroll lock and {key>Ctrl+Q} to disable it afterwards. 
-The number of lines that you can scroll back in the terminal window is determined by the {gui>Scrollback} setting in the {gui>General} section of the Terminal [[preferences|Preferences]] dialog. 
- 
-==== To select and copy text ==== 
-You can select text in any of the following ways: 
-  * To select a character at a time, click on the first character that you want to select and drag the mouse to the last character that you want to select. 
-  * To select a word at a time, double-click on the first word that you want to select and drag the mouse to the last word that you want to select. 
-  * To select a line at a time, triple-click on the first line that you want to select and drag the mouse to the last line that you want to select. 
-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 {gui>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: