-
-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Many Linux systems ship with zmore as a filter that transparently passes gzipped files (.gz, .z, .Z) through gzip --cdfq -- "$FILE" before sending them to the pager (e.g. less on my system). It would be helpful to have :toggle_preview mimic this behavior by default instead of displaying binary.
Example: select helloworld.txt.gz and :toggle_preview. Desired output is the unzipped text, not the binary.
Canop
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request