Got you, yeah I don’t know any clojure so I’m a bit lost with the if util/mac
and why mac doesn’t work with the linux set-up (which I assumes also works in windows)
In my case alt
doesn’t seem to work for me, not even if I do left_alt + j
and yeah with the example I put, I was only doing mod+j
and alt+j
for testing, I only need alt+j
since unmmaped that one from daily journal.
:editor/expand-block-children "alt+j" (if util/mac? "mod+j" "alt+j")
I did it double based on this example from your code,
;; :go/journals "alt+j" ;; (if util/mac? "mod+j" "alt+j")
I thought there might be some requierment to do "mod+j" "alt+j"
for alt+j
to work.
Good to hear I got a fellow Linux / mac user who struggles with mac’s stupid keys as well If you do figure out more about this please let me know in this post, I’ll keep an eye on it.
Thanks again for all the help!