summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-tabs.page
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:32:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:32:59 +0000
commitadb934701975f6b0214475d1a8d0d1ce727b9d4d (patch)
tree5688c745d10b64c8856586864ec416a6bdae881d /help/C/gedit-tabs.page
parentInitial commit. (diff)
downloadgedit-adb934701975f6b0214475d1a8d0d1ce727b9d4d.tar.xz
gedit-adb934701975f6b0214475d1a8d0d1ce727b9d4d.zip
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'help/C/gedit-tabs.page')
-rw-r--r--help/C/gedit-tabs.page58
1 files changed, 58 insertions, 0 deletions
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page
new file mode 100644
index 0000000..52e5d68
--- /dev/null
+++ b/help/C/gedit-tabs.page
@@ -0,0 +1,58 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="gedit-tabs">
+
+ <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 href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ </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.</p>
+
+ <section id="gedit-adding-tabs">
+ <title>Adding tabs</title>
+ <p>To add a new tab to create a new file, click the <gui>Create a new
+ document</gui> button on the left side of the header bar, or press
+ <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, or press <keyseq><key>Ctrl</key><key>W</key></keyseq>. To
+ remove all open tabs, press <keyseq><key>Ctrl</key>
+ <key>Shift</key><key>W</key></keyseq>.</p>
+ </section>
+
+</page>