junegunn / fzf-git.sh

bash and zsh key bindings for Git objects, powered by fzf
612 stars 53 forks source link

Use CTRL-L for changing layout instead of CTRL-/ #48

Closed oitan closed 3 months ago

oitan commented 3 months ago

L stands for layout 'change preview window Layout'. Proposing this, since this is more intuitive, and Ctrl-/ might have some issues.

I couldn't find the reason for why the current binding didn't work for me. If someone had the issue as well, please let me know. It just typed / in the preview window.

I use tmux inside alacritty.

junegunn commented 3 months ago

CTRL-/ works for me, I'm going to keep using it as the default. As mentioned on the README page, you can override _fzf_git_fzf function in your configuration file if you want different options.

https://github.com/junegunn/fzf-git.sh?tab=readme-ov-file#customization