junegunn / junegunn/fzf-git.sh
Allow configuring the keybinding prefix
Open
- Dominant language
- Shell
- Stars
- 1.2k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
fzf-git uses `C-g` as the keybinding prefix, but I would like to keep `C-g` for its original use.
How about making the keybinding prefix configurable?
For zsh, I have implemented a way to set the prefix using an environment variable `FZF_GIT_KEY_PREFIX`, as shown below.
https://github.com/kyanagi/fzf-git.sh/commit/8ef4a8cb86e9874a35bd58b5302c1b321f7f151b
I intended to implement this for bash as well, but I couldn't get it to work, so the implementation is currently limited to zsh only.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.