Fork me on GitHub
#babashka
<
2022-11-17
>
borkdude14:11:16

If any of you are using the console REPL with bb + rlwrap, put this inside ~/.inputrc:

$if clojure
    set enable-bracketed-paste off
$endif

$if bb
    set enable-bracketed-paste off
$endif
This fixes some weird issue where lines get indented

👍 2
staypufd18:11:33

This would be good to add to BB Book

borkdude18:11:53

PR welcome, probably under the "Recipes" section or so which we should maybe rename to "Misc topics"

staypufd18:11:30

Ok - Thx. I’ll do it shortly.