55

cross-posted from: https://lemmy.world/post/51211518

Context is this issue at neovim [dot] github [dot] io: https://github.com/neovim/neovim.github.io/issues/501

The neovim website has an impressions section, under which there's an impression by DHH:

"Full-screen Neovim looks cool as hell!” — DHH

Multiple people want that quote removed.

For those who don't know, DHH (creator of the Omarchy Linux distro) is seen as a problematic individual by many in the Linux & OSS community:

you are viewing a single comment's thread
view the rest of the comments
[-] onlinepersona@programming.dev 7 points 1 day ago

Hell nah I ain't on shithub, but it sure is fun to browse issues like these.

this post was submitted on 28 Aug 2026
55 points (96.6% liked)

Neovim

1955 readers
26 users here now

Neovim is a modal text editor forked off of Vim in 2014. Being modal means that you do not simply type text on screen, but the behavior and functionality of the editor changes entirely depending on the mode.

The most common and most used mode, the "normal mode" for Neovim is to essentially turn your keyboard in to hotkeys with which you can navigate and manipulate text. Several modes exist, but two other most common ones are "insert mode" where you type in text directly as if it was a traditional text editor, and "visual mode" where you select text.

Neovim seeks to enable further community participation in its development and to make drastic changes without turning it in to something that is "not Vim". Neovim also seeks to enable embedding the editor within GUI applications.

The Neovim logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 5 years ago
MODERATORS