From c3763d730b8ebca1f488e9fd254241dbb8efbfc4 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Fri, 7 Jan 2022 18:03:13 +1000 Subject: [PATCH] Correct key bindings in usage. --- diff_edit/__init__.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/diff_edit/__init__.py b/diff_edit/__init__.py index cc13b85..efb26f3 100755 --- a/diff_edit/__init__.py +++ b/diff_edit/__init__.py @@ -35,12 +35,13 @@ Example: # {PROJECT_NAME} project.py.bak project.py Keys: - Alt-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) + 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. """