For example setting:
export FZF_COMPLETION_TRIGGER='~~'
Will allow fzf completion for a commands. Just need to hit the <TAB> key after ~~ and fzf will pop up:
git diff main..HEAD -- ~~
ls -lh ~~
For example setting:
export FZF_COMPLETION_TRIGGER='~~'
Will allow fzf completion for a commands. Just need to hit the <TAB> key after ~~ and fzf will pop up:
git diff main..HEAD -- ~~
ls -lh ~~