Skip to content

Commit

Permalink
ruby-test-switcher does NOT get to override cmd-.
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Dec 19, 2015
1 parent c311a85 commit 1f3970e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .atom/config.cson
Expand Up @@ -26,6 +26,7 @@
audioBeep: false
packagesWithKeymapsDisabled: [
"rspec"
"ruby-test-switcher"
]
editor:
invisibles: {}
Expand Down
3 changes: 3 additions & 0 deletions .atom/keymap.cson
Expand Up @@ -48,3 +48,6 @@
'ctrl-cmd-shift-R': 'rspec:run-all'
'ctrl-cmd-shift-T': 'rspec:run-all'
'ctrl-cmd-shift-E': 'rspec:run-all'
# and add ability to swtich between source and test file
# 'cmd-ctrl-.': 'ruby-test-switcher:switch'
'cmd-t': 'ruby-test-switcher:switch-without-split'

0 comments on commit 1f3970e

Please sign in to comment.