Skip to content
srusskih edited this page Sep 3, 2013 · 4 revisions

Vim like "Go To Definition" key binding (works only with Vintage package)

    {
        "keys": ["g", "d"], "command": "sublime_jedi_goto",
        "context": [{"key": "setting.command_mode"}]
    }