Skip to content

Commit

Permalink
vscode: minor corrections in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Dec 12, 2024
1 parent 0e2483b commit 1ded943
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Goals are visualised in a panel on the right side of the editor.
You can navigate in proof with the following key-bindings:

***Linux and Windows***


- ``Ctrl+Right`` (``Ctrl+fn+Right`` in `Mac OS X`): go one step forward
- ``Ctrl+Left`` (``Ctrl+fn+Left`` in `Mac OS X`): go one step backward
- ``Ctrl+Up``: go to the previous proof <sup>*</sup> (or the beginning)
Expand All @@ -25,7 +23,7 @@ You can navigate in proof with the following key-bindings:
- ``Ctrl+Alt+w``: toggle follow mode (proof highlight is always centered in the window when keybindings are pressed)
- ``Shift+Alt+w``: center proof highlight in the current window

For `go to the previous proof` and `go to the next proof` Key bindings need to be changed in Code->Preferences->keyboard shortcuts (also reachable with Command+K Command+S) because default ones are used by Mac OS X
For `go to the previous proof` and `go to the next proof`, Key bindings need to be changed in Code->Preferences->keyboard shortcuts (also reachable with Command+K Command+S) because default ones are used by Mac OS X

**Hover and go-to-definition**

Expand Down

0 comments on commit 1ded943

Please sign in to comment.