-
-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
enhancementFeature RequestFeature Request
Description
Currently I have to manually run :enable-word-wrap
and :set-text-view-mode raw
every time I start lnav.
Would it be possible to add configuration options to make these settings persist as defaults? Something like:
{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"ui": {
"word-wrap": true,
"text-view-mode": "raw"
}
}
This would save users from having to manually enable these settings on every startup. There is a good chance I'm missing something obvious (i opened .config/lnav
and was a little daunted about how much stuff was in there!)
JamesWrigley
Metadata
Metadata
Assignees
Labels
enhancementFeature RequestFeature Request