blob: 4164ae4079f79cdb962e3d1ba60b373da0354219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>
|