Skip to content

A very simple vim plugin for autocompleting paired characters like parenthesis, quotes, and brackets.

License

Notifications You must be signed in to change notification settings

eluum/vim-autopair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

vim-autopair

A very simple vim plugin for autocompleting the paired characters (), [], {}, '', and ""

Press tab after any autocomplete pair to cancel and only write the single character.

Pressing ; after any pair will skip to the end of the line and place a semicolon. Pressing { after ( will skip to the end of the parentheses and add a bracket pair.

Pressing any pair key in visual mode will surround the selected text with that key. (For double quotes, press space as a leader key, since " is already used to specify registers)

About

A very simple vim plugin for autocompleting paired characters like parenthesis, quotes, and brackets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published