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

For directories in preview column, dim cursor #924

Merged
merged 2 commits into from
Oct 16, 2022

Commits on Oct 15, 2022

  1. For directories in preview column, dim cursor

    When preview is on and consists of a directory listing, make the
    cursor in there dimmer to emphasize it's not active. This makes it
    visually obvious which cursor is active at all times, without
    having to read the path. The active cursor is now always  the
    rightmost bright one, regardless of whether the `preview` option
    is on or off.
    
    See screenshots in the pull request at
    gokcehan#924.
    
    Before this, I noticed that I often open a file by accident because
    I got confused which of the three cursors on the screen is the active
    one.
    ilyagr committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    1401c32 View commit details
    Browse the repository at this point in the history
  2. No-op changes to ui.go

    Reduce number of arguments to printDir and list non-configurable colors
    ilyagr committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    ecb2c02 View commit details
    Browse the repository at this point in the history