-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c26eccf
commit 9d0671a
Showing
3 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[ | ||
{ "keys": ["ctrl+shift+g"], "command": "go_guru"}, | ||
{ "keys": ["ctrl+alt+shift+g"], "command": "go_guru_show_results"}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
] | ||
/* | ||
{ "keys": ["ctrl+.", "ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
/* | ||
You can also set a key binding for a specific mode by adding a "mode" arg, e.g.: | ||
... | ||
{ "keys": ["ctrl+super+c"], "command": "go_guru", "args": {"mode": "callers"} }, | ||
{ "keys": ["ctrl+super+i"], "command": "go_guru", "args": {"mode": "implements"} }, | ||
{ "keys": ["ctrl+super+r"], "command": "go_guru", "args": {"mode": "referrers"} }, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", output=false}}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", "output": false}}, | ||
... | ||
please set this in your user keybinds, no here. | ||
*/ | ||
Please set this in your user keybindings, not here. | ||
*/ | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
[ | ||
{ "keys": ["ctrl+shift+g"], "command": "go_guru"}, | ||
{ "keys": ["ctrl+alt+shift+g"], "command": "go_guru_show_results"}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
] | ||
/* | ||
You can also set a key binding for a specific mode by adding a "mode" arg, e.g.: | ||
{ "keys": ["ctrl+.", "ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
/* | ||
You can also set a key binding for a specific mode by adding a "mode" arg, e.g.: | ||
... | ||
{ "keys": ["ctrl+super+c"], "command": "go_guru", "args": {"mode": "callers"} }, | ||
{ "keys": ["ctrl+super+i"], "command": "go_guru", "args": {"mode": "implements"} }, | ||
{ "keys": ["ctrl+super+r"], "command": "go_guru", "args": {"mode": "referrers"} }, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", output=false}}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", "output": false}}, | ||
... | ||
please set this in your user keybinds, no here. | ||
*/ | ||
Please set this in your user keybindings, not here. | ||
*/ | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[ | ||
{ "keys": ["ctrl+shift+g"], "command": "go_guru"}, | ||
{ "keys": ["ctrl+alt+shift+g"], "command": "go_guru_show_results"}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
] | ||
/* | ||
You can also set a key binding for a specific mode by adding a "mode" arg, e.g.: | ||
{ "keys": ["ctrl+.", "ctrl+g"], "command": "go_guru_goto_definition", "context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }] }, | ||
/* | ||
You can also set a key binding for a specific mode by adding a "mode" arg, e.g.: | ||
... | ||
{ "keys": ["ctrl+super+c"], "command": "go_guru", "args": {"mode": "callers"} }, | ||
{ "keys": ["ctrl+super+i"], "command": "go_guru", "args": {"mode": "implements"} }, | ||
{ "keys": ["ctrl+super+r"], "command": "go_guru", "args": {"mode": "referrers"} }, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", output=false}}, | ||
{ "keys": ["ctrl+.+ctrl+g"], "command": "go_guru", "args": {"mode": "definition", "output": false}}, | ||
... | ||
please set this in your user keybinds, no here. | ||
*/ | ||
Please set this in your user keybindings, not here. | ||
*/ | ||
] |