From b61b7d4c343cf6d1306f624628033f4c7722f543 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 10 Jul 2024 15:10:41 +0200 Subject: Add fzf into bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 51f74ac..93954b0 100644 --- a/.bashrc +++ b/.bashrc @@ -65,6 +65,9 @@ if command -v bat &> /dev/null; then export MANROFFOPT="-c" fi +# Set up fzf key bindings and fuzzy completion +eval "$(fzf --bash)" + ## # Editors & terminals. -- cgit v1.2.3