abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

[request] provide an option to deactivate lispy-forward/back [/] bindings in strings or comments #538

Closed betaprior closed 4 years ago

betaprior commented 4 years ago

With the default bindings of [ / ] it becomes quite annoying to type literal brackets in strings or comments, it would be nice to disable this behavior by default in string/comment context or at least provide an option to do so.

abo-abo commented 4 years ago

You can customize the behavior like this:

(lispy-set-key-theme '(special paredit c-digits))