From dd652215312996b757909c0a2e824e4c10650b53 Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Mon, 9 Dec 2024 00:17:31 +0100 Subject: [PATCH] updated editor help screen --- cat_win/src/service/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cat_win/src/service/editor.py b/cat_win/src/service/editor.py index 1a6d8b0..2fcda65 100644 --- a/cat_win/src/service/editor.py +++ b/cat_win/src/service/editor.py @@ -1271,7 +1271,7 @@ def _function_help(self) -> None: f"{'^F':<{coff}}find strings or patterns", f"{'(Shift-)F3':<{coff}}find next/(previous)", f"{'^P':<{coff}}replace string or pattern", - f"{'F2':<{coff}}replace next", + f"{'(Shift-)F2':<{coff}}replace next/(previous)", '', f"{'(Shift-)Tab':<{coff}}(de-)indent", '',