rebel-readline
rebel-readline copied to clipboard
inconsistent movement of cursor with Ctrl-a Ctrl-e (go to begining/end of the line) shortcuts
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]]}
}
How did you fix this. I'm also having this issue. I do not have my own config overrides too.
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.