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

Experiment to implement ex-mode for vim-mode-plus

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

Hi there! A big thanks from vimmer for a atom-vim-mode_plus!! I have tried to do a replace (`%s/1/2/`) and got no changes. however https://atom.io/packages/ex-mode supports it. could you please add/port...

enhancement
wontfix

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.16.0 x64 **Electron**: 1.3.13 **OS**: Unknown Windows version **Thrown From**: [vim-mode-plus-ex-mode](https://github.com/t9md/atom-vim-mode-plus-ex-mode) package 0.9.0 ### Stack Trace Failed to activate the vim-mode-plus-ex-mode...

Hey @t9md! Thanks so much for maintaining the vim-mode-plus-ex-mode package! In Atom v1.19, we will release a [major change](https://github.com/atom/atom/pull/14435) to Atom's core text buffer data structure. As part of this...

Would be sweet if I could register custom commands for the `;` menu. Is this possible?

When typing the ":" operator in _vim_, the ex-mode prompt appears at the bottom of the screen. The behavior of vim-mode-plus-ex-mode, however, is for the ex-mode prompt to appear as...

wontfix

[Enter steps to reproduce below:] Happens when typing `:qww` **Atom Version**: 1.10.2 **Electron Version**: 0.37.8 **System**: Mac OS X 10.11.4 **Thrown From**: [vim-mode-plus-ex-mode](https://github.com/t9md/atom-vim-mode-plus-ex-mode) package, v0.5.0 ### Stack Trace Uncaught TypeError:...

¿Could be possible use the `:.!` usage in the plugin?. Usage at normal vim: `:.!date` will put output of `date` command at current cursor position.