Skip to content

mwgkgk/vim-operator-insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

Enter insert mode before the text specified by a motion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published