vim-easy-align

(★ 4,242)

:sunflower: A Vim alignment plugin

File Explorer

  • .gitattributes
  • .gitignore
  • .travis.yml
  • EXAMPLES.md
  • README.md
  • zip

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

expr

View Details ▼

Evaluate expressions and manipulate strings.

expr length "{{string}}"

Get the length of a specific string:

expr substr "{{string}}" {{from}} {{length}}

Get the substring of a string with a specific length:

expr match "{{string}}" '{{pattern}}'

Match a specific substring against an anchored pattern:

// repository documentation