275
submitted 1 week ago* (last edited 1 week ago) by Muehe@lemmy.ml to c/neovim@sopuli.xyz

Original Github issue where a user noticed it being written on a phone
(Screenshot in this post)

User posts a screenshot of conversation on r/neovim
(Plugin author replies as u/Exciting_Majesty2005)

Github issue trying to coordinate a GoFundMe or similar

Reddit post gets linked on Hacker News

Edit:

Small update, things in issue 218 have progressed to the point that donations are now accepted by US 501(c)(3) nonprofit Hackclub:

Donation Page

Ledger for donations so far
($1033 at time of writing)

you are viewing a single comment's thread
view the rest of the comments
[-] Benjaben@lemmy.world 14 points 1 week ago

Interesting! I wonder if it's an age thing or just personality or what. I feel the exact opposite, having to do anything outside the few routine things for which I use my phone feels horrible. Like there's this noticeable "blocked" or "constrained" feeling in my head, often before I even start, like I'm pre-annoyed.

Then again I feel limited even by a laptop when really working on a project, so maybe I just have some baked-in preference for "interface sprawl", maybe you'd call it.

[-] folkrav@lemmy.ca 15 points 1 week ago

It's the keyboard that gets me. Symbols are in weird places on most software keyboards, and the lack of physical feedback really destroys my typing accuracy. My fat fingers can't type the correct keys it seems, so I rely heavily on autocorrect, which doesn't translate well to code. It's simply tedious to write more than a couple of sentences.

[-] Swedneck@discuss.tchncs.de 2 points 1 week ago

it baffles me that no one has come up with a better way of inputting text on phones yet, you can literally just write new code to do it!!! but no everyone's just making yet another basically identical keyboard or they make neat concepts like thumbkey that don't actually make any ergonomical sense at all..

hell i feel like you could get pretty close to ideal with just a custom keyboard layout that applies the concept of colemak to two thumbs rather than 10 fingers: put the commonly used letters where the thumbs naturally rest and put least used characters where it's awkward to reach, and secondarily place letters such that you're alternating as much as possible.

this post was submitted on 10 Dec 2024
275 points (99.6% liked)

Neovim

1604 readers
1 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 3 years ago
MODERATORS