Skip to content

key_bindings.ron should follow symlink #1751

Closed
@okuramasafumi

Description

@okuramasafumi

Describe the bug

When I use symlink to configure key bindings like below, it didn't work.

ln -s ~/dotfiles/git/gitui/keyconfig.ron ~/.config/gitui/keyconfig.ron

When I use cp instead of ln -s it worked.

To Reproduce
Steps to reproduce the behavior:

  1. Create key_bindings.ron somewhere (say, ~/key_bindings.ron)
  2. ln -s ~/keyconfig.ron ~/.config/gitui/keyconfig.ron
  3. Confirm that it is not applied

Expected behavior

Symlink should work.

Context (please complete the following information):

  • OS/Distro + Version: macOS 13.4.1
  • GitUI Version 0.23.0
  • Rust version: None (installed via Homebrew)

Additional context

I tried to use symlink since I wanted to put my config in my dotfiles. This could be pretty common.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions