protorepl

matan 2018-02-21T17:00:48.000916Z

Keybindings and Events: Keyboard shortcuts below refer to using ctrl-alt-, then a letter. That means press the ctrl key and the comma key at the same time, release them, and then press the subsequent letter. Some keyboard shortcuts also include the shift key.

matan 2018-02-21T17:01:04.000179Z

Plainly said, I don't get it

matan 2018-02-21T17:01:26.000190Z

alt and comma, huh?

matan 2018-02-21T17:01:30.000352Z

what am I missing? 🙂

matan 2018-02-21T17:06:48.000757Z

Anyway thanks for this excellent project!

justinlee 2018-02-21T17:15:51.000546Z

@matan that’s a typo actually. you hit “control alt comma” release that, then follow it up with something. so “control alt comma”, release, “y”, will open up an nrepl

justinlee 2018-02-21T17:16:51.000600Z

i just use the command palette (cmd-shift-p) rather than try to memorize key combinations. i stopped using emacs for a reason. 🙂

matan 2018-02-21T17:32:01.000124Z

actually it works for me without the alt key

matan 2018-02-21T17:32:34.000693Z

thanks for the command pallete tip!

matan 2018-02-21T17:45:04.000458Z

Can we also have the repl at the bottom not the right hand side?

justinlee 2018-02-21T17:45:12.000448Z

one tip on that: you can search any part of the command. so pretty quickly you can learn 4 or 5 letters that unique. for example i just type “nrepl” and that gets me to the protorepl nrepl command immediately

1🙂
matan 2018-02-21T17:45:45.000016Z

awesome!

matan 2018-02-21T17:46:09.000266Z

glad I found this, I was going to dump clojure due to lack of tooling

justinlee 2018-02-21T17:46:16.000695Z

yes: View -> Panes -> Split Down. Then just drag tabs around

1🙏
justinlee 2018-02-21T17:46:48.000754Z

have you gone through this procedure with atom? https://gist.github.com/jasongilman/d1f70507bed021b48625

matan 2018-02-21T17:47:18.000026Z

I plan to, as I just reinstalled atom from scratch

justinlee 2018-02-21T17:47:28.000563Z

you DEFINITELY want to do every step in that gist, except for the init.coffee/keymap.json step, which you could take or leave

matan 2018-02-21T17:47:50.000581Z

I sincerely appreciate all this advice!

justinlee 2018-02-21T17:48:02.000158Z

its particularly important to change the non-word characters and the bracket matcher characters