Fork me on GitHub
#calva
<
2021-11-07
>
janezj19:11:24

Hi, could someone confirm "forward sexp" is still moving cursor like in the doc (from second line to the last ) [calva; 2.0.223] In my case cursor never reaches the last line. https://calva.io/images/paredit/forward-sexp.gif

(let [s [1 2 3 4]]
  (->> s
       (map (partial * 2))
       (repeat 4)
       (zipmap (range 4)))

Stuart19:11:39

working for me

janezj21:11:36

Thank you.

pez21:11:31

What happens in your case, @UQ5QFFX54?

janezj22:11:35

I found out it is neovim related

janezj22:11:46

in insert mode works ok. In command mode, cursor just stops in second line in my gif

janezj23:11:01

And noticed the behavior by accident, recording a gif. I just inserted couple of empty lines, and my first recording recorded perfect cursor movement, 🙂 Then I just noticed difference in vim modes.

pez00:11:32

Yes, Paredit doesn’t know about that cursor mode, so will think the cursor is inside the “red” list.