Closed
Description
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:
- Create
key_bindings.ron
somewhere (say,~/key_bindings.ron
) ln -s ~/keyconfig.ron ~/.config/gitui/keyconfig.ron
- 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.