t9md / atom-vim-mode-plus-ex-mode

Experiment to implement ex-mode for vim-mode-plus
https://atom.io/packages/vim-mode-plus-ex-mode
MIT License
30 stars 11 forks source link
atom vim-mode vim-mode-plus

vim-mode-plus-ex-mode

Experimental ex-mode support for vim-mode-plus

How to use?

Default keymaps are provided from v0.8.0. In normal-mode, following keymaps are available.

NOTE for heavy ex-mode user

I'm not motivated for this package.
My thought for providing ex-mode(: command) in Atom is here #52.
Please understand this package as reference, example, prototype implementation.
Don't ask me to improve this package into true ex-mode emulation.

Instead, you can learn

For example, there are quicker and effective ways than doing s/abc/def/g.
By using Atom's multiple-cursors, and also vim-mod-plus's occurrence feature(unique enhancement).