From 178f06efe19d6e467205eb7a9aab47125cef24e1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 11 Feb 2024 15:57:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20EDITOR=3Dnvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zshrc b/config/zshrc index 68391c0..8cccfed 100644 --- a/config/zshrc +++ b/config/zshrc @@ -29,6 +29,7 @@ function fzd() { fi } +export EDITOR=nvim zle -N fzd bindkey '^F' fzd