guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

:.,$s/hey/you/ doesn't work #992

Closed kuna-matata closed 9 years ago

kuna-matata commented 9 years ago

Hi,

If I want to search and replace the word 'hey' to 'you' from the current line to the end of the file, I use the vim command:

:.,$s/hey/you/

This does not appear to be working in vintageous. Is there a work around or a way I can map this myself?

Joanthan

guillermooo commented 9 years ago

maybe .,%s/.../.../g