# vim-autopair **Repository Path**: achao89/vim-autopair ## Basic Information - **Project Name**: vim-autopair - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-10 - **Last Updated**: 2022-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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)