From 5f827b60bb0497d34870a6c3a99af43df9f25f7a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 May 2024 21:28:10 -0700 Subject: [PATCH] Get fzf history key bindings --- dotfiles/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 72bada5..255ffe0 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -23,3 +23,4 @@ eval "$(rbenv init - bash)" eval "$(nodenv init -)" eval "$(zoxide init bash)" eval "$(zellij setup --generate-auto-start bash)" +source /usr/share/doc/fzf/examples/key-bindings.bash