Fix fzf opener

This commit is contained in:
Sridhar Ratnakumar 2023-04-07 15:26:59 -04:00
parent c03d0bbc0e
commit c146d0cbf8

View file

@ -3,7 +3,7 @@ let
shellAliases = {
e = "nvim";
ee = ''
fzf --bind "enter:execute(nvim {})"
nvim (fzf)
'';
g = "git";
lg = "lazygit";