We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gof does not open anything in WSL but got opens a terminal.
gof
got
This is on windows 10 host and Ubuntu 22.x WSL
The text was updated successfully, but these errors were encountered:
Did you try
if executable('pwsh.exe') " Win32 or WSL let s:pwsh = 'pwsh.exe -NoExit -NoLogo -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;' let g:gtfo#terminals = { 'win': s:pwsh, 'unix': s:pwsh } unlet s:pwsh endif
?
Sorry, something went wrong.
Maybe in
vim-gtfo/autoload/gtfo/open.vim
Line 176 in 7d5318e
gtfo is too smart to make pwsh work, since only pwsh.exe is executable, not pwsh
pwsh.exe
pwsh
No branches or pull requests
gof
does not open anything in WSL butgot
opens a terminal.This is on windows 10 host and Ubuntu 22.x WSL
The text was updated successfully, but these errors were encountered: