Neovide is a sweeeeet GUI for Neovim, but I had two annoying issues.
- When multiple instances are running, it is hard to switch between them as each instance is a separate macOS process, and all the processes are named
neovide
in the⌘ ⇥
list. - Often, I accidentally run a project that is already running, resulting in a Neovim error related to existing swap files.
So, what NeoHub offers?
- Global hotkey that shows a switcher between Neovide instances. You can hit this hotkey from anywhere and activate a project you need.
- CLI, which executes new Neovide instances, and if an instance at the current path is already running, it activates it instead of spawning a new one.
macOS 13+
.- Administrative privileges to install the CLI.
neovide
available in yourPATH
.
Get it from the Releases.
This a macOS app. Unzip the NeoHub.zip
and move NeoHub.app
to the Applications
folder.
On the very first launch, you will be asked to install the CLI. You will need to enter an administrative password.
Once installed, the neohub
command should become available in your shell. This is the only way to launch a Neovide through the NeoHub, so use neohub
instead of neovide
to launch editors. Otherwise, things won't work.
See neovide --help
for available options.
Hit ⌘ ⌃ N
(Command + Control + N
) to open the switcher. The hotkey is configurable.
When in the switcher, you can quit all editors at once by pressing ⌘ Q
, or just a selected one with ⌘ ⌫
.
P.S. When you press the hotkey and there is only one Neovide instance is running, NeoHub will activate it instead of showing the switcher.
App icon is by u/danbee.
MIT.