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

Incorrect documentation. key_config.ron is loaded from $HOME/Library/Application Support/gitui on Mac #540

Closed
JoyceBabu opened this issue Feb 23, 2021 · 3 comments

Comments

@JoyceBabu
Copy link

Describe the bug

As per the documentation

On first start gitui will create key_config.ron file automatically based on the defaults. This file allows changing every key binding.

The config file format based on the Ron file format. The location of the file depends on your OS:

  • $HOME/.config/gitui/key_config.ron (mac)

But on macOS, the key_config.ron is created under $HOME/Library/Application Support/gitui

To Reproduce
Steps to reproduce the behavior:

  1. Install gitui with brew install gitui
  2. Run gitui

Expected behavior
key_config.ron to be created under $HOME/.config/gitui

Context (please complete the following information):

  • OS/Distro + Version: [macOS 11.2.1]
  • GitUI Version [0.11]

Additional context
Add any other context about the problem here.

@extrawurst
Copy link
Owner

Did you install via brew or cargo? Or did you build from master? This was changed since the last release

@JoyceBabu
Copy link
Author

JoyceBabu commented Feb 23, 2021

Thank you for the clarification. I installed gitui with brew install gitui.

@extrawurst
Copy link
Owner

For future reference - this changed in #317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants