vim-easy-align
:sunflower: A Vim alignment plugin
File Explorer
- easy_align.vim
- easy_align.txt
- easy_align.vim
- setup.vader
- teardown.vader
- blockwise.vader
- commandline.vader
- extra.vader
- fixed.vader
- fixme.vader
- interactive.vader
- README.md
- run
- tex.vader
- .gitattributes
- .gitignore
- .travis.yml
- EXAMPLES.md
- README.md
- zip
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
expr
View Details ▼
expr
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
Was this content helpful?
(0 ratings)
