Scroll to navigation

NVIM-QT(1) User Commands NVIM-QT(1)

NAME

nvim-qt - Neovim GUI

SYNOPSIS

nvim-qt [options] [file...] [-- ...]

OPTIONS

--nvim <nvim_path>
nvim executable path
--timeout <ms>
Error if nvim does not responde after count milliseconds
--geometry <geometry>
Initial window geometry
--stylesheet <stylesheet>
Apply qss stylesheet from file
--maximized
Maximize the window on startup
--no-ext-tabline
Disable the external GUI tabline
--fullscreen
Open the window in fullscreen on startup
--embed
Communicate with Neovim over stdin/out
--server <addr>
Connect to existing Neovim instance
--spawn
Treat positional arguments as the nvim argv
-h, --help
Displays this help.
--nofork
Run in foreground

Arguments:

file
Edit specified file(s)
...
Additional arguments are forwarded to Neovim
January 2019 nvim-qt 0.2.12