Make key code couples slightly clearer.
This commit is contained in:
parent
c319762c4b
commit
a167f54c43
1 changed files with 7 additions and 7 deletions
|
|
@ -35,13 +35,13 @@ Example:
|
||||||
# {PROJECT_NAME} project.py.bak project.py
|
# {PROJECT_NAME} project.py.bak project.py
|
||||||
|
|
||||||
Keys:
|
Keys:
|
||||||
Ctrl-x, Ctrl-s Save file.
|
(Ctrl-x, Ctrl-s) Save file.
|
||||||
Alt-o Switch focus between editors. (toggle)
|
Alt-o Switch focus between editors. (toggle)
|
||||||
Alt-up Move to previous difference.
|
Alt-up Move to previous difference.
|
||||||
Alt-down Move to next difference.
|
Alt-down Move to next difference.
|
||||||
Alt-c Change syntax highlighting theme. (cycle)
|
Alt-c Change syntax highlighting theme. (cycle)
|
||||||
Alt-h Hide sub-highlighting of modifications. (toggle)
|
Alt-h Hide sub-highlighting of modifications. (toggle)
|
||||||
Esc or Ctrl-x, Ctrl-c Quit.
|
Esc or (Ctrl-x, Ctrl-c) Quit.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue