tamamu / darkmatter

The notebook-style Common Lisp environment
355 stars 21 forks source link

Add paredit or parinfer keybindings #14

Closed fiddlerwoaroof closed 7 years ago

fiddlerwoaroof commented 7 years ago

We should add paredit keybindings or incorporate parinfer. It would make editing lisp in the browser much nicer.

I have some vim (evil-mode) keybindings that I find really nice for paredit in my emacs configuration: https://github.com/fiddlerwoaroof/dotfiles/blob/master/emacs.d/emacs#L220

tamamu commented 7 years ago

That's cool. There is not Parinfer plugin for Ace editor, so let's go with Paredit. I'm going to embed Paredit.js to the editor.

fiddlerwoaroof commented 7 years ago

Great

tamamu commented 7 years ago

close