File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -464,9 +464,16 @@ convenient user re-mapping. These can be used like so: >
464
464
<
465
465
*:OmniSharpGotoDefinition*
466
466
*<Plug>(omnisharp_go_to_definition)*
467
- :OmniSharpGotoDefinition
468
- Navigates to the definition of the symbol under the cursor
467
+ :OmniSharpGotoDefinition [{cmd}]
468
+ Navigates to the definition of the symbol under the cursor.
469
+ By default the definition is opened in the current window. To open it in a
470
+ new window or tab, pass a relevant command to use to open the buffer: >
469
471
472
+ :OmniSharpGotoDefinition
473
+ :OmniSharpGotoDefinition split
474
+ :OmniSharpGotoDefinition vsplit
475
+ :OmniSharpGotoDefinition tabedit
476
+ <
470
477
*:OmniSharpFindImplementations*
471
478
*<Plug>(omnisharp_find_implementations)*
472
479
:OmniSharpFindImplementations
You can’t perform that action at this time.
0 commit comments