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
I'm using: OS: MacOS Sonoma 14.0 Neovim-qt: version 5.15.10
According to nvim-qt --help, the usage is: nvim-qt [options] [file...] [-- nvim_args] and --qwindowgeometry x
nvim-qt --qwindowgeometry 800x700 produces a buffer titled "800x700"
Likewise, nvim-qt --qwindowgeometry 800x700 xxxx produces a buffer titled "800x700"
whereas nvim-qt xxxx --qwindowgeometry 800x700 Finally produces a buffer titled "xxxx"
All three commands produce a window of the correct size.
The text was updated successfully, but these errors were encountered:
Sorry, neovim-qt version 0.2.18.0
Sorry, something went wrong.
No branches or pull requests
I'm using:
OS: MacOS Sonoma 14.0
Neovim-qt: version 5.15.10
According to nvim-qt --help, the usage is:
nvim-qt [options] [file...] [-- nvim_args]
and
--qwindowgeometry x
nvim-qt --qwindowgeometry 800x700
produces a buffer titled "800x700"
Likewise,
nvim-qt --qwindowgeometry 800x700 xxxx
produces a buffer titled "800x700"
whereas
nvim-qt xxxx --qwindowgeometry 800x700
Finally produces a buffer titled "xxxx"
All three commands produce a window of the correct size.
The text was updated successfully, but these errors were encountered: