The Elvis editor (by STEVE KIRKENDALL).
This repository forked from https://github.com/mbert/elvis and contains numerous additions to polish the editing experience.
More info about Elvis HERE.
Enhancements
- Syntax coloring bugfixes
- Highlight expanded fold regions (font fold/unfold)
- Highlight mark lines (font mark)
- :nofold name
- :mark! stores in the first empty slot available
New commands
- :cutbuffers
- :marks
- :marknext :markprev
- :unmark [name]
- :folds
- :foldnext :foldprev
New options
- set multiline
- set autocomment
- set show=autoindent,locked,marks,folds,modified
About autocomment (set autocomment)
Detect comments indentation when autoindent is enabled. You still must activate autoindent manually.
These heuristics only work on blank lines, not on lines with code followed by a comment.
Contact info
Franklin Brauning brauningbar@gmail.com