Results 173 comments of t9md

update to latest vim-mode-plus update to latest vim-mode-plus-ex-mode then restart Atom.

yes, agree. I just soo lazy to fix it, I noticed it just after released current version.

Not now. ~~I thinks its easy to implement. Will check later,~~ Sorry, I did quick check and yes can implement quickly but by adding label **across pane item(window)** require many...

> But it is opened in the same tab in the same pane. No, it's is depending on current editor's state. If current active editor is **pending** state, it opens...

Okay, will try to search user configured pattern. But Im little busy for now need a week to implement. Thanks for suggestion!

I'll check your PR and this issue later. When we discussed your word-jump request, I experimentally added word-jump feature locally, but me too noticed, several area need to fixes. Since...

Yeah, I understand your motivation. This is exactly what I'm doing in `toggle:there` in my [atom-toggle](https://github.com/t9md/atom-toggle). Finding filename like part from line is the difficult part for me, but anyway...

@zhaocai Are you still Atom and smalls user? Are you interested in **take ownership of this smalls project?** I've deprecated and thinking to un-publish from atom package registrory.

I won't. Sorry. My stance is - use Atom's native find-and-replace feature(`cmd-f`, `ctrl-cmd-f`) to replace complex pattern. - or `ctrl-cmd-g` or `cmd-d` to selectively/interactively edit simple word. - and more...

![occurrence-operator-modifier](https://cloud.githubusercontent.com/assets/155205/18276246/235b8772-7485-11e6-89a8-570498141fea.gif) Here I'm actively working on to introduce new way of change multiple occurrence of word very quickly. Not only for change, any operator can apply in same concept. Not...