nextjournal / clojure-mode

Clojure/Script mode for CodeMirror 6
https://nextjournal.github.io/clojure-mode/
Eclipse Public License 2.0
158 stars 18 forks source link

Cursor makes strange jumps during navigation #10

Open den1k opened 3 years ago

den1k commented 3 years ago

I'd expect this behavior

abc
d|ef

;; press arrow up

a|bc
def

Instead it jumps around! Sometimes to the end of the line, sometimes to the previous cursor column in a the navigated-to line. And sometimes it just works albeit with little quirks:

video: https://cln.sh/Mfuh6i

mhuebert commented 3 years ago

Agree, vertical movement is broken & should be fixed