Skip to content

Commit

Permalink
fix for new file key binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Apr 27, 2015
1 parent fc3bc8d commit e6a49a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
{"command": "omni_sharp_build_project", "keys":["super+alt+b"]},
{"command": "omni_sharp_navigate_to", "keys":["ctrl+,"]},
{"command": "omni_sharp_go_to_implementation", "keys":["super+i"]},
{"command": "omni_sharp_next_code_issue", "keys": ["super+m"]},
{"command": "omni_sharp_last_code_issue", "keys": ["super+n"]}
{"command": "omni_sharp_next_code_issue", "keys": ["super+alt+m"]},
{"command": "omni_sharp_last_code_issue", "keys": ["super+alt+n"]}
]
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"1.9.0-beta4" : "messages/1.9.0-beta4.txt",
"1.9.0-beta5" : "messages/1.9.0-beta5.txt",
"1.9.1": "messages/1.9.1.txt",
"1.9.2": "messages/1.9.2.txt"
"1.9.2": "messages/1.9.2.txt",
"1.9.3": "messages/1.9.3.txt"
}
3 changes: 3 additions & 0 deletions messages/1.9.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes:

* Changed next/last error key bindings so not to prevent Sublime default New File key binding

0 comments on commit e6a49a1

Please sign in to comment.