Skip to content

Commit

Permalink
updated editor help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Dec 8, 2024
1 parent 8b7a969 commit dd65221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_win/src/service/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
'',
Expand Down

0 comments on commit dd65221

Please sign in to comment.