From 4f4585a226552de84dff34b008ecbd4a367ac94b Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 16 Nov 2020 13:49:12 +0100 Subject: [PATCH] Add FZF keybindings --- bash.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash.org b/bash.org index 3fa4985..7dcdba7 100644 --- a/bash.org +++ b/bash.org @@ -33,6 +33,11 @@ [ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion #+END_SRC +** FZF +#+begin_src bash + source /usr/share/fzf/key-bindings.bash +#+end_src + ** Ignore case for autocompletion #+BEGIN_SRC bash bind "set completion-ignore-case on"