Usage of vim-surround

Installation

NeoBundle 'tpope/vim-surround'

Example

editing html

Hello, world!

select the region of Hello, world! and enter

S<h1>

this gets below

<h1>Hello, world!</h1>