-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim is not available as external editor on windows #1316
Comments
need windows user support for this |
I did a bit of digging
PS> (Get-Command vim).Name
vim.bat
I see the following solutions:
|
Aha, it appears that things are not that easy upstream... https://doc.rust-lang.org/src/std/process.rs.html#540-543 ... and all the way down the rabbit whole... |
vs code is also not usable because of this.
and
|
investigating this.
Thr std::Process code is really very broken, making all sorts of odd assumptions trying to make things work 'by magic'. I will file a bug but dont hold your breath. I think I can come up with a solution - will update here |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
what about vim bindings in gitui? do they exist and just not enabled by default? I mean like to move up/down (j/k). Otherwise I will gladly look into implementing this as a feature. Let me know please. I am on Linux btw. |
Thanks for
gitui
, it makes my daily life easier=)There is, however, one thing that seems break my current flow - I can not launch vim from within gitui.
Describe the bug
Vim is not available as external editor
To Reproduce
Steps to reproduce the behavior:
gitui
Same bug observed when trying to '^e'dit commit message in external editor.
Expected behavior
A
vim
instance with selected file loaded.Context (please complete the following information):
WindowsTerminal
andpwsh-7.2.6
vim
andgitui
are installed viachocolatey
Additional context
vim
is present in path:and
git
is configured to usevim
The text was updated successfully, but these errors were encountered: