summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-undo-redo.page
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622 /help/C/gedit-undo-redo.page
parentInitial commit. (diff)
downloadgedit-ba429d344132c088177e853cce8ff7181570b221.tar.xz
gedit-ba429d344132c088177e853cce8ff7181570b221.zip
Adding upstream version 44.2.upstream/44.2upstream
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.page22
1 files changed, 22 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..a4c5a30
--- /dev/null
+++ b/help/C/gedit-undo-redo.page
@@ -0,0 +1,22 @@
+<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" group="fifth" />
+ <desc>Revert a recent change to one of your files.</desc>
+ </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>