guillermooo / Vintageous

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

Simply search & replace not working for me (probably something simple) ... #991

Open nmvega opened 9 years ago

nmvega commented 9 years ago

Hello Guillermo:

First, thank you for the plugin. =:). It's appreciated.

I can't this simple substitution to work on Sublime Text 3. It basically does nothing when I press enter:

:1,$s/cmd/shell_cmd/g

I think it's probably something that I don't have enabled.

Any ideas?

Thank you!

guillermooo commented 9 years ago

I don't think $is implemented here. Try % instead. Maybe that's not correct Vim, but it seems to work now.