Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sidesteps opened this issue Sep 25, 2020 · 2 comments

Comments

@sidesteps
Copy link

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 sidesteps changed the title inconsistent behaviour of Ctrl-a Ctrl-e (go to begining/end of the line) shortcuts inconsistent movement of cursor with Ctrl-a Ctrl-e (go to begining/end of the line) shortcuts Sep 25, 2020
@prathyk
Copy link

prathyk commented Sep 6, 2022

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

@sidesteps
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants