November 2018
Beginner
330 pages
7h 21m
English
Oni (https://github.com/onivim/oni) is a cross-platform GUI editor on top of Neovim, that brings IDE-like features into Neovim, including an embedded browser, built-in autocompletion and fuzzy search, a command palette, a set of tutorials, and a lot more quality-of-life features. All of this while respecting Neovim configuration and key bindings. It looks rather nice:

For instance, here's how its embedded browser looks (open the command palette with Ctrl + Shift + p and type Browser):

In the true spirit of Vim, it supports mouse-free navigation ...