From 3e2a4a73d6dad355e4a9e685bb243bf9484a5449 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'