Shell configs now source fzf for builtin keybindings.

This commit is contained in:
Derek Taylor
2025-02-23 15:57:13 -06:00
parent 07eadaa263
commit 93c749c37e
3 changed files with 20 additions and 2 deletions
+7
View File
@@ -264,3 +264,10 @@ colorscript random
### SETTING THE STARSHIP PROMPT ###
eval "$(starship init bash)"
### FZF ###
# Enables the following keybindings:
# CTRL-t = fzf select
# CTRL-r = fzf history
# ALT-c = fzf cd
source <(fzf --bash)