Results 174 comments of t9md

Here is my keymap for commands you mentioned. https://github.com/t9md/dotfiles/blob/0d1a16636aeb2e3a225eb4392370351ddadc5b2a/atom/keymap.cson#L18-L22

Thanks for reporting. From quick investigation, this exception started from when `editor.scan` delegate work to superstring. Which introduce regex incompatibility between Js-Regex and PCRE(superstring). Currently treat all user input as...

Unlike pure Vim, Atom’s file tree view not normal text, it is managed as tree-view Atom package. So, supporting general motion in tree-view is technically difficult.

@jeffreysbrother You are right, and what you pointed out behaviors are both I already recognized. ### For `a f`, `i f` cannot select arrow function Once it's possible, but I...

I don't think this incompatibility is big issue. And I want to think when I type `o` that it **insert new line + some indent**. So `o` itself do insertion...

Currently no. But I think if you think vmp is better tha VsCodeVim, putting that impression to them might lead them to do more research on vmp. Which is very...

Thanks, and what you've suggested is just jordan suggested long before. https://github.com/t9md/atom-vim-mode-plus/issues/182 Theoretically it's possible, and what vmp shines is each operator/motion is very declaratively defined which might make editor-agnostic...

Oh, I didn’t know FB shut down nuclide. Surprised, and sad. For me, I’m really looking forward to see xray editor become generally available. Hopefully vmp works on top of...

@keevan Thank you for sharing this. It is sad. very sad.