add fzf search keybinds

This commit is contained in:
April Petersen 2024-02-18 12:03:08 -06:00 committed by GitHub
parent fd0c76da7e
commit 27b1b9eb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,10 @@ export SPLIT='v' # to split Kitty vertically
bind '"\C-H": backward-kill-word' bind '"\C-H": backward-kill-word'
bind '"\e[3;5~": kill-word' bind '"\e[3;5~": kill-word'
# fzf shortcuts
source /usr/share/fzf/key-bindings.bash
source /usr/share/fzf/completion.bash
# ------- # # ------- #
# startup # # startup #
# ------- # # ------- #