Skip to content

Commit

Permalink
Merge pull request #284 from spookylukey/suggestions_docs_fix
Browse files Browse the repository at this point in the history
Documented how to choose suggestions.
  • Loading branch information
syohex committed Mar 19, 2017
2 parents de1f559 + 1aaaf35 commit b0764f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ Keybinds
.. el:keymap:: jedi-mode-map
.. el:variable:: jedi:use-shortcuts
For navigating auto-complete suggestions, you can use arrow keys. Jedi.el uses
`auto-complete <https://github.com/auto-complete/auto-complete>`_, so check
`its documentation
<https://github.com/auto-complete/auto-complete/blob/master/doc/manual.md#candidate-selection>`_
for other options. See also the `StackOverflow answer
<http://stackoverflow.com/questions/28310365/how-do-i-scroll-through-the-autocomplete-options-in-emacs-jedi-besides-arrow-ke>`_.

Command
=======
Expand Down

0 comments on commit b0764f4

Please sign in to comment.