How to start nvim-qt without a black terminal window via Total Commander?
Moderators: Hacker, petermad, Stefan2, white
How to start nvim-qt without a black terminal window via Total Commander?
Every time I start nvim-qt via a Total Commander button. Neovim starts with a black terminal window. How to start nvim-qt without a black terminal window via Total Commander button?
#359839
Re: How to start nvim-qt without a black terminal window via Total Commander?
How does your button look like, i.e. which command and parameters are used?
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: How to start nvim-qt without a black terminal window via Total Commander?
linkun wrote: 2022-09-14, 09:53 UTC Every time I start nvim-qt via a Total Commander button.
Neovim starts with a black terminal window.
How to start nvim-qt without a black terminal window via Total Commander button?
See the help of the CMD-command and use "cmd.exe /c"
And as Dalai suggested, right click your button an chose "copy" and paste that code here.
Re: How to start nvim-qt without a black terminal window via Total Commander?
I also use neovim-qt, when i launch it using full path, i do not have any black terminal !
If you installed with scoop or using a shim and do not point to "real nvim-qt.exe with full path", you can have such terminal an this is the shim/exe behavior.
I use https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-win64.zip on a dedicated folder (C:\tools\nvim) and using c:\Users\<MyName>\AppData\Local\nvim-data\ as data folder !
If you installed with scoop or using a shim and do not point to "real nvim-qt.exe with full path", you can have such terminal an this is the shim/exe behavior.
I use https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-win64.zip on a dedicated folder (C:\tools\nvim) and using c:\Users\<MyName>\AppData\Local\nvim-data\ as data folder !
Re: How to start nvim-qt without a black terminal window via Total Commander?
You are right. I installed Neovim with scoop and point to "real nvim-qt.exe with full path". So it doesn't work. I have fixed this problem. Thank you.nsp wrote: 2022-09-14, 14:44 UTC I also use neovim-qt, when i launch it using full path, i do not have any black terminal !
If you installed with scoop or using a shim and do not point to "real nvim-qt.exe with full path", you can have such terminal an this is the shim/exe behavior.
I use https://github.com/neovim/neovim/releases/download/v0.7.2/nvim-win64.zip on a dedicated folder (C:\tools\nvim) and using c:\Users\<MyName>\AppData\Local\nvim-data\ as data folder !
#359839