atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

vim-mode improved

Results 102 atom-vim-mode-plus issues
Sort by recently updated
recently updated
newest added

New TreeSitter will become default in next Atom release. But vmp is not yet prepared for it. # TODO ## need check - How scope name is different. - Is...

architecture-improvement

In original vim when we add new line by `o`, they auto indent. But if we exit to normal mode spaces are deleted and vim leave empty new line. vim-mode-plus...

priority-low
compatiblity-to-Vim

debug info ```json { "atom": "1.29.0", "platform": "linux", "release": "4.9.0-7-amd64", "vmpVersion": "1.34.0", "vmpConfig": {} } ``` I'd expect a multiplier, like in `10j` to move down 10 lines. Instead, the...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.23.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.2 **Thrown From**: [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) package 1.24.4 ### Stack Trace Uncaught Error: class 'MoveDown'...

more-information-needed

Current implementation simply use `cursor.subwordRegExp()` to get subword range and move to start or end of that wordrange. But spec fail in latest stable release 1.14.0.( This broken is really...

Closes #1089 Let me know if there's something missing

In vim: `|word some word` Typing `"/yiwn` would put the cursor on the second `word`.

Add a motion that selects what is right or left of the `=` or `:` character. E.g. ```js // inside-L-value: const value = 'hello' // ^-----^ // inside-R-value: const value...

No need to mention vim-mode-plus-ex-mode, it's deprecated in favor of ex-mode. And if we want to link somewhere explaining the motivation behind keeping the packages separate / not making ex-mode...

I personally love some of the features vmp brings to the table, namely occurences and new text objects, but I also work with other editors or IDEs. I think it...