Wiki source for DevVim
=====Vim=====>>====Topics====
>> return to CategoryDevelopment
Because I'm even more scared of emacs.
====Basic Commands====
==Replace Text==
ref: http://vim.wikia.com/wiki/Search_and_replace
%%
# on current line
:s/foo/bar/g
# on all lines
:%s/foo/bar/g
%%
====References====
http://vim.wikia.com/
----
CategoryCategory
>> return to CategoryDevelopment
Because I'm even more scared of emacs.
====Basic Commands====
==Replace Text==
ref: http://vim.wikia.com/wiki/Search_and_replace
%%
# on current line
:s/foo/bar/g
# on all lines
:%s/foo/bar/g
%%
====References====
http://vim.wikia.com/
----
CategoryCategory