Skip to content

Lightweight auto-completion plugin for parens and braces

Notifications You must be signed in to change notification settings

tylerbrazier/vim-bracepair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

vim-bracepair

Lightweight auto-completion plugin for parens and braces.

Typing an opening (, [, or { will automatically close it:

| -> (|)

Typing a closing brace while next to one will step over it:

(|) -> ()|

Typing a space between braces will expand them:

[|] -> [ | ]

Backspace also deletes closing braces:

[|] -> |

Enter opens up braces like:

{|} -> {
         |
       }

About

Lightweight auto-completion plugin for parens and braces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published