I want to use vim
editor as an external tool in intellij idea. I mapped a Ctrl-U
combination to opening the current file with vim
. Then I want to use the fugitive
plugin, which is a wrapper over git
and uses the git
binary. But the vim
opened from idea cannot locate the git
binary. When I start the vim from shell, it can locate the vim
binary.
/bin/bash: git: command not found