Guest User

Untitled

a guest
Dec 27th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [
  2. {
  3. "key": "shift+alt+enter",
  4. "command": "clojureVSCode.eval",
  5. "when": "editorTextFocus && textInputFocus && editorLangId == 'clojure'"
  6. },
  7. {
  8. "key": "alt+enter",
  9. "command": "clojureVSCode.evalAndShowResult",
  10. "when": "editorTextFocus && textInputFocus && editorLangId == 'clojure'"
  11. }
  12. ]
Add Comment
Please, Sign In to add comment