Skip to content

Commit

Permalink
Update clojure_keybindings.sublime-keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
jcromartie committed Jan 20, 2016
1 parent 019a1e8 commit 6f2be18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure_keybindings.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{ "keys": ["alt+super+p"], "command": "run_command_in_repl", "args": {"command": "(pp)"}},

// Refresh code then run tests from the current namespace in repl
{ "keys": ["alt+super+x"], "command": "run_command_in_namespace_in_repl", "args": {"command": "(run-tests)", "refresh_namespaces": true}},
{ "keys": ["alt+super+x"], "command": "run_command_in_namespace_in_repl", "args": {"command": "(do (require 'clojure.test) (clojure.test/run-tests))", "refresh_namespaces": true}},

// Runs the single selected test. You must select the test name.
{ "keys": ["alt+super+t"], "command": "test_selected_var_in_repl", "args": {"refresh_namespaces": false}},
Expand Down Expand Up @@ -81,4 +81,4 @@
// Toggle high visibility mode
{ "keys": ["alt+super+="],
"command": "bh_toggle_high_visibility"}
]
]

0 comments on commit 6f2be18

Please sign in to comment.