· "Quick hits" due today
· http://nti.intel.com/engagenti
· Vi trick of the week - by Paul, every Tuesday
· "
· "
· "
· :n,ns/// - perform substitution on set of lines (N to N)
· ma - mark current position (with 'a')
· :'a,'bs/// - perform substitution on set of lines (mark to mark)
· :%s/// - perform substitution on all lines
· `a - go back to exact marked character
· 'a - go back to marked line
· :%s/^V^M//g - remove all MS-carriage returns from Unix file ("^M" =
· ctags?
No comments:
Post a Comment