Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 511 Bytes

README.mkd

File metadata and controls

18 lines (11 loc) · 511 Bytes

vim-operator-insert

Enter insert mode before the text specified by a motion. Requires vim-operator-user.

See also: vim-operator-append

Usage

The plugin does not define any mappings. Define one like this:

map <Space>i <Plug>(operator-insert)

Examples

  • <Space>ii" to insert inside double quotes.
  • <Space>iit to insert inside a tag.
  • <Space>iat to insert before an ambient tag.