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