Usage of vim-surround ===================== Installation ++++++++++++ .. code-block :: vim NeoBundle 'tpope/vim-surround' Example +++++++ editing html ------------ .. code-block :: html Hello, world! select the region of :code:`Hello, world!` and enter :code:`S

` this gets below .. code-block :: html

Hello, world!

Reference +++++++++ * https://github.com/tpope/vim-surround