/usr/share/help/oc/gedit/gedit-tabs.page is in gedit-common 3.22.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 55 56 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="gedit-tabs" xml:lang="oc">
<info>
<link type="guide" xref="index#gedit-working-with-files" group="second"/>
<link type="seealso" xref="gedit-tabs-moving"/>
<link type="seealso" xref="gedit-tab-groups"/>
<desc>Create or close tabs in the gedit window.</desc>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
<revision pkgversion="3.12" date="2014-02-12" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jcampbell@gnome.org</email>
</credit>
<credit type="collaborator">
<name>Daniel Neel</name>
<email>dneelyep@gmail.com</email>
</credit>
<credit type="editor">
<name>Sindhu S</name>
<email>sindhus@live.in</email>
</credit>
<credit type="editor">
<name>Radina Matic</name>
<email its:translate="no">radina.matic@gmail.com</email>
<years>2013</years>
</credit>
<credit type="editor">
<name>Shobha Tyagi</name>
<email its:translate="no">tyagishobha@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
</info>
<title>Add and remove tabs</title>
<p>Working with tabs in <app>gedit</app> allows you to keep an eye on several
files in a single window. The tab that is larger than the other tabs indicates
the file that is currently open. The smaller tabs indicate other files that
are available to work on.</p>
<section id="gedit-adding-tabs">
<title>Adding tabs</title>
<p>To add a new tab, create a new file with <keyseq><key>Ctrl</key>
<key>T</key></keyseq>. The tab will be added to the right side of any other
tabs.</p>
</section>
<section id="gedit-removing-tabs">
<title>Removing tabs</title>
<p>To remove a tab, click the <gui style="button">×</gui> on the tab's
right side. To remove all open tabs, press <keyseq><key>Ctrl</key>
<key>Shift</key><key>W</key></keyseq>.</p>
</section>
</page>
|