ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

fix keyboard shortcut for evaluating selected expression in Nightcode #196

Closed davidchambers closed 8 years ago

davidchambers commented 8 years ago

The keyboard shortcuts for "Run with REPL" and "Eval Selection" in data_structures.md appear to be switched. This pull request corrects this, and removes the mention of the "Run with REPL" shortcut since (I believe) it's only necessary to click this once.

yokolet commented 8 years ago

The keyboard shortcuts didn't work for me as well. There are keyboard shortcuts assigned on Nightcode, but not the same as in pull request. So, I wonder I'm alone about that.

I think pull request is good.

yokolet commented 8 years ago

I'm working on checking the shortcut stuff. Before making further commit, I merged the pull request.