Brings Paredit to atom!
Forward Barf C-left
Forward Slurp C-right
Backward Barf C-M-right
Backward Slurp C-M-left
Kill to end of line C-k
Raise expression M-r
M = Meta which may be your alt/option key.
The rest of the paredit commands.
Getting Existing commands to work with ""
Yes please!
If your command isn't implemented, make an issue to let others know you want to work on it.
If you want to get a feel for the codebase, but don't think
you can contribute just yet, we need tests on existing
functionality. The core is written with a handful of functions
that can easily be mocked. Look at core-test.cljs
for the
mocks.
If in doubt open an issue and we can talk about it.