Difference between revisions of "Vi"

From Wikifications
Jump to: navigation, search
 
 
Line 2: Line 2:
  
 
ma - sets marker a on current line
 
ma - sets marker a on current line
 +
 
mb - sets marker b on current line
 
mb - sets marker b on current line
  
 
'a,'bs/foo/bar  sub foo to bar between marker a and b
 
'a,'bs/foo/bar  sub foo to bar between marker a and b

Latest revision as of 14:31, 14 October 2006

range-based stuff:

ma - sets marker a on current line

mb - sets marker b on current line

'a,'bs/foo/bar sub foo to bar between marker a and b