ykhan21
ykhan21
Why does it need to be run as a cmd.exe process? Removing this branch lets Git Bash's vim use the unix branches and most importantly does not cause a separate...
Yes, see the image below:  However, it executes it in full screen. Is this is normal behavior on a unix system or is this an artifact of some other...
Interestingly, I can use fzf in Git Bash without winpty. I don't know why that is.  0.52.1 (6432f00) fzf also works for me with no `~/.bashrc`.
This is the Git Bash terminal from Git for Windows. It is from `scoop install git`.
If I run `:!ls` in neovim (installed with scoop) in bash (from Git for Windows, installed with scoop), I get: ``` :!ls /usr/bin/bash: /s: No such file or directory shell...
This fixes `:!...` commands, but not `:'
Yes, it seems like it. This is the error: ``` :'
To allow `ln -s` to work in git bash, you will need to either (a) enable symlinks in the Git Bash installer, (b) enable Windows Developer Mode in Settings and...
@fekir, for the time being, you could use a different terminal with bash. Set "C:\Program Files\Git\bin\bash.exe -l -i" as the shell in alacritty or wezterm and you should be able...
Also, I can't reproduce this on Windows 11 in Git Bash. After setting `:se mouse+=a`, I am able to change the cursor position with the mouse. Can you try if...