You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### [oni](https://github.com/onivim/oni) - Modern Modal Editing - powered by Neovim
87
+
88
+
The goal of this project is to provide both the full-fledged Vim experience, with no compromises, while pushing forward to enable new scenarios.
89
+
90
+
Modern UX - The Vim experience should not be compromised with poor user experiences that stem from terminal limitations.
91
+
Rich plugin development - using JavaScript, instead of VimL, allowing deep-language integration.
92
+
Cross-platform support - across Windows, OS X, and Linux.
93
+
Batteries included - rich features are available out of the box - minimal setup needed to be productive. TypeScript development is the canonical example, but the hope is that other language providers will be included. Later, an included package manager will make it simple to find and install plugins.
94
+
Performance - no compromises, Vim is fast, and Oni should be fast too.
95
+
Ease Learning Curve - without sacrificing the Vim experience
96
+
Vim is an incredible tool for manipulating text at the speed of thought. With a composable, modal command language, it is no wonder that Vim usage is still prevalent today even in the realm of modern editors.
97
+
98
+
However, going from thought to code has some different challenges than going from thought to text. IDEs today provide several benefits that help to reduce cognitive load when writing code, and that benefit is tremendously important - not only in terms of pure coding efficiency and productivity, but also in making the process of writing code enjoyable and fun.
99
+
100
+
The goal of this project is to give an editor that gives the best of both worlds - the power, speed, and flexibility of using Vim for manipulating text, as well as the rich tooling that comes with an IDE.
0 commit comments