On Sun, Jun 24, 2012 at 11:20 AM, Jacobo Polavieja <jacobopolavi...@gmail.com> wrote: > Hi there, > > My current development environment is that: Sublime Text 2 editor with > theĀ fabulous SublimeREPL plugin to be able to copy code into the Clojure > REPL. > > As absurd as it may seem... I can't find the combination of keys to send > functions or selected code to the REPL. It's supposed to be there, but of > all the keybindings that I've found, those are usually for Mac, and haven't > found the way to "translate" that to Windows. > > Let's see if anyone here uses this odd environment and can help me out.
I'm on OS X, but the key combinations seem pretty platform-agnostic. >From your editor tab, with the cursor at the end of a line of clojure code, hit F2, then "l" (lowercase "L"). That should evaluate the line of code and display the result in SublimeREPL. F2 followed by "f" should send the entire contents of the editor tab over to the REPL for evaluation. Is that what you're looking for? If not, let me know and I'll see what I can dig up. -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en