Friday 17 August 2007

Forgotten vi commands

Below are the vi commands I keep forgetting if I don't use them for a month or so.

To comment below 9 lines:
:.,+9 s/^/#/ (or can do :1,20)

To set line no:
set nu

Global search replease:
:g/foo/ s//bar/g (or put c for confim)

No comments: