summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 64a4f439..99aa8f01 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -840,6 +840,8 @@ information returned by LSP servers. The following commands are supported:
|ALEGoToDefinition| - Open the definition of the symbol under the cursor.
|ALEGoToDefinitionInTab| - The same, but for opening the file in a new tab.
+|ALEGoToDefinitionInSplit| - The same, but in a new split.
+|ALEGoToDefinitionInVSplit| - The same, but in a new vertical split.
-------------------------------------------------------------------------------
@@ -2266,6 +2268,22 @@ ALEGoToDefinitionInTab *ALEGoToDefinitionInTab*
command.
+ALEGoToDefinitionInSplit *ALEGoToDefinitionInSplit*
+
+ The same as |ALEGoToDefinition|, but opens results in a new split.
+
+ A plug mapping `<Plug>(ale_go_to_definition_in_split)` is defined for this
+ command.
+
+
+ALEGoToDefinitionInVSplit *ALEGoToDefinitionInVSplit*
+
+ The same as |ALEGoToDefinition|, but opens results in a new vertical split.
+
+ A plug mapping `<Plug>(ale_go_to_definition_in_vsplit)` is defined for this
+ command.
+
+
ALEHover *ALEHover*
Print brief information about the symbol under the cursor, taken from any