From 27b1b9eb76cacdd5180e9e14852a1885e5e7f1c7 Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:03:08 -0600 Subject: [PATCH] add fzf search keybinds --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 6437073..1693880 100644 --- a/.bashrc +++ b/.bashrc @@ -56,6 +56,10 @@ export SPLIT='v' # to split Kitty vertically bind '"\C-H": backward-kill-word' bind '"\e[3;5~": kill-word' +# fzf shortcuts +source /usr/share/fzf/key-bindings.bash +source /usr/share/fzf/completion.bash + # ------- # # startup # # ------- #