Skip to content

Commit

Permalink
Merge pull request #3102 from oschrenk/patch-2
Browse files Browse the repository at this point in the history
s/horizontal/vertical
  • Loading branch information
ckipp01 authored Sep 5, 2021
2 parents 2523743 + 4396850 commit f8868e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editors/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Configuration Options](#tree-view-protocol-configuration-options).
`metals.treeviews.forceChildrenReload` | Force the reloading of the children of this node. May be useful when the wrong result is cached and tree contains invalid data. (default `f`)
`metals.treeviews.executeCommandAndOpenTab` | Execute command and open node under cursor in tab (if node is class, trait and so on) (default `t`)
`metals.treeviews.executeCommandAndOpenSplit` | Execute command and open node under cursor in horizontal split (if node is class, trait and so on) (default `s`)
`metals.treeviews.executeCommandAndOpenVSplit` | Execute command and open node under cursor in horizontal split (if node is class, trait and so on) (default `v`)
`metals.treeviews.executeCommandAndOpenVSplit` | Execute command and open node under cursor in vertical split (if node is class, trait and so on) (default `v`)

## Goto Super Method

Expand Down

0 comments on commit f8868e7

Please sign in to comment.