vim standard replacement function is :s/abc/123
replace abc with 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)
走同樣的路,發(fā)現(xiàn)不同的人生
You also need to install the ex-mode
plugin. I use vim-mode-plus
.