vim standard replacement function is :s/abc/123 replace abc with 123
:s/abc/123
I don’t know why the vim-mode input colon in atom cannot enter the replacement mode. How can I break it? Thanks
(Atom comes with its own replacement function available)
走同样的路,发现不同的人生
You also need to install the ex-mode plugin. I use vim-mode-plus.
ex-mode
vim-mode-plus
You also need to install the
ex-mode
plugin. I usevim-mode-plus
.