From c146d0cbf894e4e8ce03bb13b0752646472acd01 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 7 Apr 2023 15:26:59 -0400 Subject: [PATCH] Fix fzf opener --- home/shellcommon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 41bf304..1a6a566 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -3,7 +3,7 @@ let shellAliases = { e = "nvim"; ee = '' - fzf --bind "enter:execute(nvim {})" + nvim (fzf) ''; g = "git"; lg = "lazygit";