Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to change look of cursors in parent dirs, rename an option. #1106

Merged
merged 2 commits into from
Feb 25, 2023

Commits on Feb 12, 2023

  1. Add cursorparentfmt option for cursors in parent dirs

    The option defaults to the same value as `cursorfmt`, so the default look of `lf` is unchanged. However, I find it useful to make it different, since I seem to have so much trouble figuring out which of my cursors is the active one. :)
    
    For example, here's what it looks like if one has `set cursorparentfmt "\033[7;90m"` in their `lfrc`:
    
    https://user-images.githubusercontent.com/4123047/218299130-09ac411f-307a-489e-a4f0-4691710f8549.png
    ilyagr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7ac5525 View commit details
    Browse the repository at this point in the history
  2. Remove cursorfmt option to cursoractivefmt

    This seems appropriate after introducing `cursorparentfmt`
    ilyagr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6444a35 View commit details
    Browse the repository at this point in the history