diff options
author | w0rp <devw0rp@gmail.com> | 2018-04-23 21:18:58 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-04-23 21:18:58 +0100 |
commit | 93a046a78f0ab20af54812f28784d555fda2d38d (patch) | |
tree | 561f495370ce59fd9496d4da57fd6c7f16780666 /doc | |
parent | 7d6a303592367ec4d0d5207351cc6232a4e25a32 (diff) | |
download | ale-93a046a78f0ab20af54812f28784d555fda2d38d.zip |
#1236 Explain how to use Vim jumps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 9692708c..d5e6958b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1768,6 +1768,9 @@ ALEFindReferences *ALEFindReferences* Enter key (`<CR>`) can be used to jump to a referencing location, or the `t` key can be used to jump to the location in a new tab. + You can jump back to the position you were at before going to a reference of + something with jump motions like CTRL-O. See |jump-motions|. + A plug mapping `<Plug>(ale_find_references)` is defined for this command. ALEFix *ALEFix* @@ -1790,6 +1793,9 @@ ALEGoToDefinition *ALEGoToDefinition* linters for the buffer. ALE will jump to a definition if an LSP server provides a location to jump to. Otherwise, ALE will do nothing. + You can jump back to the position you were at before going to the definition + of something with jump motions like CTRL-O. See |jump-motions|. + A plug mapping `<Plug>(ale_go_to_definition)` is defined for this command. |