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

substitute #5

Closed ae0000 closed 8 years ago

ae0000 commented 8 years ago

Would it be possible to take :s/foo/bar/g and add that to the built in atom find/replace, then click submit?

If anything was currently selected, it would select the "Only in selection" option.

I'd be willing to have a crack at it, but I haven't touched any atom code before - would be great to know if its even possible...?

t9md commented 8 years ago

I don't want to support it. You have two option.

RootlessAgrarian commented 7 years ago

I'm going to risk public chastisement and say ditto, I really want s/foo/bar/g -- muscle memory after 40 years of vim is very strong. if anyone has a patch for vim-mode-plus that implements ex style substitute I'd be really happy to hear about it.