79344029

Date: 2025-01-09 21:09:13
Score: 1
Natty:
Report link

Have u read the

Setting up shell integration

Add the following line to your shell configuration file.

bash

# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"

zsh

# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)

fish

# Set up fzf key bindings
fzf --fish | source
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moritz