From f467e7c4aa8d5e55700a62eb9e8a5c2150764c39 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 7 Oct 2023 14:03:27 -0700 Subject: [PATCH] Add closing find and replace in featherpad --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index a31f8d2a..18e57a13 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -49,7 +49,7 @@ To jump to a particular line in a file press :kbd:`control +j` or :menuselection .. image:: featherpad-jump.png -To find and replace text press :kbd:`control +r`, the button with a magnifying glass and a pencil, or :menuselection:`Search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. To replace the next instance press :kbd:`f8` or the downward arrow. To replace the previous instance press :kbd:`F9` or the upward pointing arrow. To replace all press :kbd:`F10` or the double pointed arrow button. +To find and replace text press :kbd:`control +r`, the button with a magnifying glass and a pencil, or :menuselection:`Search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file. To replace the next instance press :kbd:`f8` or the downward arrow. To replace the previous instance press :kbd:`F9` or the upward pointing arrow. To replace all press :kbd:`F10` or the double pointed arrow button. To close find and replace press :kbd:`Control +r ` again or press the :guilabel:`x` button. .. image:: featherpad-find-replace.png