-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
when i try to open a file in lazygit, i got an error:
bash -c vim: vim cmmand not found
i think the reason is i dont have vim installed, rather i have nvim and alias vim to nvim.
This becomes an issue when run vim through bash -c
. as the alias is not correctly expanded.
I woudl suggest to change the option args from -c
to -ic
to avoid such issues.
tifandotme
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request