Show More
@@ -16,7 +16,7 b' active contributor `@krassowski <https://github.com/krassowski>`.' | |||
|
16 | 16 | - ``ctrl+right`` accepts a semantic token (macos default shortcuts take |
|
17 | 17 | precedence and need to be disabled to make this work) |
|
18 | 18 | - ``backspace`` deletes a character and resumes hinting autosuggestions |
|
19 | - ``left`` accepts suggestion and moves cursor left one character. | |
|
19 | - ``ctrl-left`` accepts suggestion and moves cursor left one character. | |
|
20 | 20 | - ``backspace`` deletes a character and resumes hinting autosuggestions |
|
21 | 21 | - ``down`` moves to suggestion to later in history when no lines are present below the cursors. |
|
22 | 22 | - ``up`` moves to suggestion from earlier in history when no lines are present above the cursor. |
@@ -27,7 +27,7 b' This is best described by the Gif posted by @krassowski, and in the PR itself' | |||
|
27 | 27 | .. image:: ../_images/autosuggest.png |
|
28 | 28 | |
|
29 | 29 | Please report any feedback in order for us to improve the user experience. |
|
30 |
In particular we are also working on mak |
|
|
30 | In particular we are also working on making the shortcuts configurable. | |
|
31 | 31 | |
|
32 | 32 | .. _version 8.8.0: |
|
33 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now