vim: Add Ctrl-w ]
and Ctrl-w Ctrl-]
keymaps (#31990)
Closes #31989 Release Notes: - Added support for `Ctrl-w ]` and `Ctrl-w Ctrl-]` to go to a definition in a new split
This commit is contained in:
parent
6de37fa57c
commit
89743117c6
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@
|
|||
"9": ["vim::Number", 9],
|
||||
"ctrl-w d": "editor::GoToDefinitionSplit",
|
||||
"ctrl-w g d": "editor::GoToDefinitionSplit",
|
||||
"ctrl-w ]": "editor::GoToDefinitionSplit",
|
||||
"ctrl-w ctrl-]": "editor::GoToDefinitionSplit",
|
||||
"ctrl-w shift-d": "editor::GoToTypeDefinitionSplit",
|
||||
"ctrl-w g shift-d": "editor::GoToTypeDefinitionSplit",
|
||||
"ctrl-w space": "editor::OpenExcerptsSplit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue