
= Information About the Vim Editor

INTRODUCTION

  This file contains some information about vim the unix text editor


HANDY COMMAND LINES

  A line to uppercase all text in an HTML file (not including anything in
  the HTML tags). Does not deal with multi-line tags
  :1,$ s/>\([^<]*\)</\U&/gc
  
