diff options
Diffstat (limited to 'help/C/mate-terminal-windows.page')
-rw-r--r-- | help/C/mate-terminal-windows.page | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/help/C/mate-terminal-windows.page b/help/C/mate-terminal-windows.page new file mode 100644 index 0000000..4164ae4 --- /dev/null +++ b/help/C/mate-terminal-windows.page @@ -0,0 +1,54 @@ +<?xml version="1.0"?> +<page xmlns="http://projectmallard.org/1.0/" id="mate-terminal-windows" type="topic"> + <info> + <link type="guide" xref="index#usage"/> + <link type="next" xref="mate-terminal-manage-profiles"/> + </info> + <title>Opening and Closing Terminals</title> + <terms style="variablelist"> + <item> + <title>To open a new terminal window:</title> + <p> + Choose <guiseq><gui style="guimenu">File</gui><gui style="guimenuitem">Open Terminal</gui></guiseq>. </p> + <p> + The new terminal inherits the application settings and default shell from the parent terminal. </p> + </item> + <item> + <title>To close a terminal window:</title> + <p> + Choose <guiseq><gui style="guimenu">File</gui><gui style="guimenuitem">Close Window</gui></guiseq>. </p> + <p> + This action closes the terminal and any subprocesses that you opened from the terminal. If you close the last terminal window, the <app>MATE Terminal</app> application exits. </p> + </item> + <item> + <title>To add a new tabbed terminal to a window:</title> + <p> + Choose <guiseq><gui style="guimenu">File</gui><gui style="guisubmenu">Open Tab</gui><gui style="guimenuitem">Default</gui></guiseq> or just <guiseq><gui style="guimenu">File</gui><gui style="guimenuitem">Open Tab</gui></guiseq> if there is no submenu. </p> + </item> + <item> + <title>To display a tabbed terminal:</title> + <p> + Click on the tab of the tabbed terminal that you want to display, or select a tab title from the <gui style="guimenu">Tabs</gui> menu. + </p> + <p> + Alternatively, choose <guiseq><gui style="guimenu">Tabs</gui><gui style="guimenuitem">Next Tab</gui></guiseq> or <guiseq><gui style="guimenu">Tabs</gui><gui style="guimenuitem">Previous Tab</gui></guiseq> to navigate between tabs. + </p> + </item> + <item> + <title>To close a tabbed terminal:</title> + <p> + + + + Display the tabbed terminal that you want to close. + + + + + Choose <guiseq><gui style="guimenu">File</gui><gui style="guimenuitem">Close Tab</gui></guiseq>. + + + </p> + </item> + </terms> +</page> |