summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-undo-redo.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-undo-redo.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-undo-redo.page')
-rw-r--r--help/C/gedit-undo-redo.page42
1 files changed, 42 insertions, 0 deletions
diff --git a/help/C/gedit-undo-redo.page b/help/C/gedit-undo-redo.page
new file mode 100644
index 0000000..93f3c1d
--- /dev/null
+++ b/help/C/gedit-undo-redo.page
@@ -0,0 +1,42 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="gedit-undo-redo">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files"/>
+ <desc>Revert a recent change to one of your files.</desc>
+ <revision pkgversion="3.8" date="2013-02-24" status="review"/>
+ <revision pkgversion="3.12" date="2014-02-17" status="review"/>
+ <credit type="author">
+ <name>Jim Campbell</name>
+ <email>jcampbell@gnome.org</email>
+ </credit>
+ <credit type="author">
+ <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>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>Undo/redo a recent action</title>
+
+ <p>If you make a mistake while editing a document in <app>gedit</app>, you can
+ undo the change by pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq>.</p>
+
+ <note style="important">
+ <p>You cannot undo a change after you have closed a <app>gedit</app> file.</p>
+ </note>
+
+ <p>To redo the change that was undone, press
+ <keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq>.</p>
+</page>