From 2151c20dfcd37b7a35d6f09d6746b7557f80f28b Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 1 Nov 2020 15:12:15 +0100 Subject: [PATCH] Use fzf keybindings --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 877deca..2435423 100644 --- a/.bashrc +++ b/.bashrc @@ -34,6 +34,7 @@ export MANWIDTH # Source fuzzy finder source /usr/share/fzf/*.bash +source /usr/share/fzf/key-bindings.bash # Vim style keybindings export EDITOR='vim'