Skip to content

Commit

Permalink
Initial commit into git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimator committed Jun 26, 2011
0 parents commit 66be272
Show file tree
Hide file tree
Showing 7 changed files with 1,086 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.pyc
71 changes: 71 additions & 0 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[
{
"args": {},
"command": "navigate_to_definition",
"context": [],
"keys": [
"ctrl+]"
]
},
{
"args": {},
"command": "jump_back",
"context": [],
"keys": [
"ctrl+["
]
},
{
//"argr_comment": "TODO",
"args": {
"to": "last_modification"
},

"command": "jump_back",
"context": [],
"keys": [
"ctrl+shift+alt+["
]
},
{
"args": {},
"command": "rebuild_tags",
"context": [],
"keys": [
"ctrl+alt+shift+t"
]
},
{
"args": {},
"command": "show_symbols",
"context": [
{
"key": "selector",
"match_all": true,
"operand": "source -source.css",
"operator": "equal"
}
],
"keys": [
"alt+s"
]
},
{
//"argr_comment": "TODO",
"args": {
"0": "multi"
},
"command": "show_symbols",
"context": [
{
"key": "selector",
"match_all": true,
"operand": "source -source.css",
"operator": "equal"
}
],
"keys": [
"alt+shift+s"
]
}
]
Binary file added ctags.exe
Binary file not shown.
Loading

0 comments on commit 66be272

Please sign in to comment.