mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05:31 +00:00
Andrey Kotlarski
b52ca6c044
Don't change encoding for edited chunk, leave it to the user in case
of problem characters.
View Large Files Improved
An Emacs mode that allows viewing files in chunks. This is a fork that builds on the bare bones GNU ELPA vlf.el. It adds the following improvements:
- regular expression search on whole file (in constant memory determined by current batch size)
- chunk editing (if size has changed, saving is done in constant memory determined by current batch size)
- options to jump to beginning, end or arbitrary file chunk
- ability to jump/insert given number of batches at once
- newly added content is acknowledged if file has changed size meanwhile
- vlfi is added as an option when opening large files
Description
Languages
Emacs Lisp
100%