Results 174 comments of t9md

I cannot understand which package(vmp or languageserver-rust) is bad. I will take your word if you say so. I myself not using languageserver plugin for now.

Can you reproduce it always? And how? Please check following issue template. https://github.com/t9md/atom-vim-mode-plus/blob/master/ISSUE_TEMPLATE.md

Thank you for reporting and investigating issue very clearly. I agree it painfully slow with the file you attached. But strangely, `b`(counterpart of `w`) is not such slow. So there...

Why native `cmd-f` isn't slow is it only scan current row and next row(but vmp scan current row to end-of-buffer). vmp can opt-in this approach in some motion. but for...

What's dead-key? In normal case only `c i '` change inner-single-quote. Why you need extra `space` key? How is the result when you invoke `inner-quotes` from command palette after `c`...

I think I'm not understanding situation correctly. I don't have experience to type `á` with two keystroke. Anyway, when default keymap doesn't work, general way to solve issue is set...

This comment might be help too. https://github.com/t9md/atom-vim-mode-plus/issues/661#issuecomment-347004839

@JasoonS I'm not sure if I understand your issue correctly. - To temporary escape insert-mode and back to insert-mode after executing one normal command you can use `ctrl-o`(`vim-mode-plus:activate-normal-mode-once`) keymap in...

I know this issue and original vim-mode's fix. I intentionally removed that fix, since it too much when compared with complexity it's fix introduced and the benefit of that fix....

Hi > However, right now I could see that vim-mode-plus commands, like "move to end of sentence" are not included. Why "end of sentence" not appear on command-palette(`cmd-shift-p`) is there...