Skip to content

Commit

Permalink
keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
thornomad committed Jun 5, 2015
1 parent d259daf commit 92a4a49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sublime-keymap
@@ -1,6 +1,7 @@
[
// keybinding to help auto-complete stuff escape by using TAB
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true},
// updated the file name, testing if it sticks
// keybinding to help auto-complete stuff escape by using TAB
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true},
"context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
Expand Down

0 comments on commit 92a4a49

Please sign in to comment.