Skip to content

Commit

Permalink
Improve commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
edelvalle committed Jun 3, 2017
1 parent 4ba5efc commit b286548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{ "caption": "Elixir: Navigate through modules", "command": "super_elixir_navigate_modules" },
{ "caption": "Elixir: Go to definition", "command": "super_elixir_goto" },
]
7 changes: 4 additions & 3 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[
{"command": "super_elixir_goto", "keys": ["ctrl+shift+g"],
{
"command": "super_elixir_goto",
"keys": ["ctrl+shift+g"],
"context": [
{"key": "selector", "operator": "equal", "operand": "source.elixir - string - comment"}
]
},
{
"caption": "Elixir: Navigate modules",
"command": "super_elixir_navigate_modules",
"keys": ["ctrl+shift+l"],
"keys": ["ctrl+alt+m"],
"context": [
{"key": "selector", "operator": "equal", "operand": "source.elixir - string - comment"}
]
Expand Down

0 comments on commit b286548

Please sign in to comment.