From a167f54c434a273dda0ae99b38d7f0af1cdc20f6 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 11 Jan 2022 18:10:37 +1000 Subject: [PATCH] Make key code couples slightly clearer. --- diff_edit/__init__.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/diff_edit/__init__.py b/diff_edit/__init__.py index 7316fed..4b2b1f8 100755 --- a/diff_edit/__init__.py +++ b/diff_edit/__init__.py @@ -35,13 +35,13 @@ Example: # {PROJECT_NAME} project.py.bak project.py Keys: - Ctrl-x, Ctrl-s Save file. - Alt-o Switch focus between editors. (toggle) - Alt-up Move to previous difference. - Alt-down Move to next difference. - Alt-c Change syntax highlighting theme. (cycle) - Alt-h Hide sub-highlighting of modifications. (toggle) - Esc or Ctrl-x, Ctrl-c Quit. + (Ctrl-x, Ctrl-s) Save file. + Alt-o Switch focus between editors. (toggle) + Alt-up Move to previous difference. + Alt-down Move to next difference. + Alt-c Change syntax highlighting theme. (cycle) + Alt-h Hide sub-highlighting of modifications. (toggle) + Esc or (Ctrl-x, Ctrl-c) Quit. """