A goto definition side-by-side in a group instead of tab for Sublime Text.
Overrides the built-in command so that the side-by-side is in a group instead of a tab.
Install GotoDefinitionSplit via Package Control.
Install dependencies via Package Control.
| Key | OS | Description |
|---|---|---|
| CTRL+f12 | Linux | Goto definition in side by side group. |
| SUPER+f12 | OSX | Goto definition in side by side group. |
| CTRL+f12 | Windows | Goto definition in side by side group. |
If you use NeoVintageous you need to disable the CTRL-F12.
Menu → Preferences → Settings
"vintageous_handle_keys":
{
"<C-f12>": false,
},Read the neovintageous key handler for a short guide on how the key handler works.
Released under the GPL-3.0-or-later License.