Skip to content

Feature Request: Default settings for word wrap and text view mode #1540

@jimmyff

Description

@jimmyff

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!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions