Skip to content

Commit

Permalink
Updating my configs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas committed Oct 24, 2011
1 parent b505eb7 commit 55ff68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BracketHighlighter.sublime-settings
Expand Up @@ -11,5 +11,5 @@
"round_style" : "none", "round_style" : "none",
"square_style": "none", "square_style": "none",
"angle_style" : "none", "angle_style" : "none",
"tag_style" : "outline" "tag_style" : "none"
} }
4 changes: 1 addition & 3 deletions Default (OSX).sublime-keymap
Expand Up @@ -5,7 +5,5 @@
{ "keys": ["super+ctrl+."], "command": "expand_tabs"}, { "keys": ["super+ctrl+."], "command": "expand_tabs"},
{ "keys": ["super+ctrl+alt+left"], "command": "navigation_history_back"}, { "keys": ["super+ctrl+alt+left"], "command": "navigation_history_back"},
{ "keys": ["super+ctrl+alt+right"], "command": "navigation_history_forward"}, { "keys": ["super+ctrl+alt+right"], "command": "navigation_history_forward"},
{ "keys": ["shift+super+,"], "command": "fold" }, { "keys": ["alt+."], "command": "close_tag" }
{ "keys": ["alt+."], "command": "close_tag" },
{ "keys": ["shift+super+."], "command": "unfold" }
] ]

0 comments on commit 55ff68b

Please sign in to comment.