t9md
t9md
What you did in above keymap setting is too my recommendation. Although vmp is aiming to provide vim experience into Atom editor, I have been keeping away from touching insert-mode's...
Sorry for my late response. Before going to implement your request, I want clarify basic understanding. Could you replay macro which include search(`/`) as long as search can find match?...
Ok, its not search API, it’s just atom’s api yo dispatch command programatically. So, to simplify the issue are you saying you want the promise retuned by core:confirm to the...
Why you ask here? If you want, open different issue.(DONT REPLY HERE)
I think you can get count of current operation stack like this. ```javascript const vimState = service.getEditorState(editor) const countOfCurrentOperationStack = vimState.operationStack.getCount() ``` For how to access service of vmp from...
@trusktr Yes, I've noticed. You are right. And I know why vmp is much slower than brackets-matcher. Maybe I can improve speed, but I assure vmp would still slower than...
I think I understand your motivation. What you want is to make vmp respect current indent-level to determine what's next/previous fold. I once implemented it in that way(respecting indent level...
Not sure, I myself have no time to enhance this aspect. If someone try to implement this feature, pls try as vim-mode-plus-plugin if it's works.
I can't understand what you want. Could you explain using sample original and final text. How original text transformed to final text by XXX keystroke. And I need you to...
- Follow this [Tutorial](https://github.com/t9md/atom-vim-mode-plus/wiki/AdvancedTopicTutorial) to quickly grasp vmp. - Read [this](https://github.com/t9md/atom-vim-mode-plus/wiki/DifferencesFromPureVim) to understand fundamental differences from pure Vim. - Some minor or unknown features [here](https://github.com/t9md/atom-vim-mode-plus/wiki/YouDontKnowVimModePlus). - Read description of each...