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

[FR] please add support of replace #15

Open ZuBB opened 8 years ago

ZuBB commented 8 years ago

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 it?

thanks

t9md commented 8 years ago

I won't. Sorry. My stance is

So last one(vim-mode-plus's new feature) and Atom's native feature can cover most scenario.

Did you really try to use Atom's native feature?

ZuBB commented 8 years ago

ok, i got your point. native replace panel takes too much space. so..

anyway thanks for reply

t9md commented 8 years ago

occurrence-operator-modifier

Here I'm actively working on to introduce new way of change multiple occurrence of word very quickly. Not only for change, any operator can apply in same concept. Not yet released though.

mbylstra commented 7 years ago

Does anyone know if it's possible to somehow emulate :%s/foo/bar even if atom-vim-mode-plus-ex-mode doesn't directly support it, perhaps through a custom keymap? This is the one thing keeping me from migrating from vim-mode & ex-mode.

I don't solely use Atom: I also use Jetbrains products and standalone vim, depending on what I'm working on. Ideally I'd like a consistent experience between editors, even if Atom or atom-vim-mode-plus-ex-mode has objectively superior find and replace functionality that's different to standard vim.

t9md commented 7 years ago

Supporting this feature is NOT difficult, but I won't . Sorry this is not the answer you asking. Pls ignore and wait other people's comment in that case.

I recommend you to use ctrl-cmd-g in normal-mode then c then type new keyword.

youngsailor commented 5 years ago

Maybe you can try ex-mode, not vim-mode-plus-ex-mode