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";