rebel-readline icon indicating copy to clipboard operation
rebel-readline copied to clipboard

inconsistent movement of cursor with Ctrl-a Ctrl-e (go to begining/end of the line) shortcuts

Open sidesteps opened this issue 4 years ago • 2 comments

Do some Ctrl-a Ctrl-e Ctrl-w when editing line to jump around and delete words. Sometimes cursor starts moving unpredictably. As if beginning/end of the line position is calculated incorrectly. Sometimes it resets and starts moving correctly. My config file:

{
 :key-map :viins
 :key-bindings {:vicmd [["^M" :clojure-force-accept-line]
                        ["^J" :clojure-force-accept-line]]
                
                :viins [["^M" :clojure-force-accept-line]
                        ["^J" :clojure-force-accept-line]
                        ["jk" :vi-cmd-mode]]}
}

sidesteps avatar Sep 25 '20 09:09 sidesteps

How did you fix this. I'm also having this issue. I do not have my own config overrides too.

prathyk avatar Sep 06 '22 12:09 prathyk

How did you fix this. I'm also having this issue. I do not have my own config overrides too.

I am using Vim Conjure now. Better idea all around.

sidesteps avatar Sep 06 '22 12:09 sidesteps