Live data from Hacker News

The Future of the Vim Project

groups.google.com

271–280 of 376 posts

Re: The Future of the Vim Project

#271
post #55

Any interpo noscript/basic (x)html link?

https://news.ycombinator.com/item?id=37075688 links https://web.archive.org/web/20230810094255/groups.google.com... which seems to load for me without JS

working in links and lynx and etc.

Thank you very much.

Re: The Future of the Vim Project

#272

What is it that prevents the rest of the vim community from adopting neovim? From what I can observe, a great deal already have. But for the folks holding out, what is it that outweighs all that neovim has to offer?

  $ rpm -qi neovim
  package neovim is not installed
  $ dnf search neovim
  No matches.
I don't have anything against it, but prefer being able to use the same tool across environments.

Re: The Future of the Vim Project

#273
post #246

Why so many people love vim? I have a genuine question. I was trying to delete contents of a file and paste new content. It was nightmare for me to remember the 3 or 4 finger combination shortcuts with small and cap letters involved during the process. I like if the shortcuts using Ctrl or shift or Alt or Command or Windows buttons over 3 finger with caps changing keys. The cognitive load in remembering shortcuts is…

For me the answer is simple: I think in vim. It’s unclear how I got there. It was long ago but my guess is two key things: I believed in rumors/stories and I didn’t give up. Tbh, if vim wasn’t vi-like, I’d still use it for its programmability. I’m certain that everyone has to use what fits their personality. (Added: not concerned with speed or whatever unless an editor starts choking or popping up interfering crap ra…

Btw, did you know that ctrl/shift-arrow editors are also different? This also has something to do with my vim preference.

When you use it, either in a text field or in an editor, there’s a little uncertainty where ctrl-stops are and how the cursor behaves regarding EOL. Is symbol/char a ctrl boundary? Does it jump forwards at the same positions like backwards? If I move up to a shorter line, will it retain a column index and an EOL flag? If I , does it have EOL flag at all? Which way do you select whole lines? Home shift-down? Home home shift-down? Ctrl-L? You want to select whole lines to not deal with extra indent on paste. Or does an editor fix that?

There are lots of editors that behave differently. Almost all of them.

What bug me in it, is that you now have to wait for ctrl-arrow to finish somewhere, but you don’t know where. So, combined with a high repeat rate (which you want unless you like watching a snail to run or paint to dry) it becomes a release-timely game. I definitely remember struggling with that when I still used windows-style editors.

It would be not an issue if I chose one and used it. But they die or get ancient wrt useful plugins so quickly. Norton, borland, ulti-something, notepad++, various IDEs, linux zoo, sublime, atom, vscode. There’s no end to it. One decade and it’s either “obsolete” or requires a high-end ssd to just start.

Re: The Future of the Vim Project

#274

Earlier quoted context omitted.

What source can he give you? It's clearly a personal annecdote that is shared between a lot of people that use vim. What kind of source are you thinking about?

I don't know, I'm not the one who made the claim that X was faster than Y. Are you saying that studying how efficient various text editors are for some groups of people is not possible? Here's what I believe to be an example of some study on how text editors compare: https://mjambon.github.io/vim-vs-emacs/ Not saying that this is a good study - I haven't even read it. Merely providing it as an example that at some po…

I'm not saying that you can't do it, you obviously can. It's just weird asking for studies for something that was clearly a personal annecdote. It's like asking someone: "Which knife is your favorite knife?" getting an answer and asking for a study that validates the answer.

Re: The Future of the Vim Project

#275
post #186

Earlier quoted context omitted.

!pwd works for me in nvim, I use it every day

Try something that uses input, e.g. a pager (`:!git log`), or a password (`:!sudo something`), or `:!top`, or something with even the simplest formatted output (`:!watch -n1 lsusb`).

!git log is a good example. It works differently in vim and neovim.

Re: The Future of the Vim Project

#276
post #181

Earlier quoted context omitted.

Useful checklist: https://getyourshittogether.org/ Others in this thread have talked about safety deposit boxes and buried crates. I'd add that you can just give some trusted party a normal encrypted USB flash drive, and eliminate the risk of getting absolutely rinsed out in the event of a house burglary by splitting the password amongst an arbitrary number of your other contacts using the Shamir's Secret Sharing alg…

I call this a Horcrux. Also, unless your arbitrary number of friends are cryptographers, it's a sure way for them to collectively lose your shit.

Only a couple need to be into cryptography. You can setup so than N-of-M keys work, so that you're resilient to M-N losing their key

You can have 2-of-20 which encrypts an encrypted blob whose key you share in your will

Re: The Future of the Vim Project

#277
post #183

Earlier quoted context omitted.

Also the deliberate lack of GUI for neovim. The currently extant neovim GUI shells are all universally broken, and some of them crash more than they run. I have yet to find one that is remotely as good as MacVim on macOS. I suspect that most of them are merely tolerable on Linux and some might be barely acceptable on Windows.

With their recent release a few days ago, Neovide has become my daily driver for Neovim on my personal cpu. It were definitely rough edges a few versions ago, but I’m rather pleased where they are now. I find a lot of Rust GUI projects are slow-going but this has had a good pace

I’ll try it again in a few months, because it was completely unusable on macOS last time I tried it in March. At the moment, I have no time for something that may not work when MacVim works pretty much perfectly for me.

Re: The Future of the Vim Project

#278
post #136

What is it that prevents the rest of the vim community from adopting neovim? From what I can observe, a great deal already have. But for the folks holding out, what is it that outweighs all that neovim has to offer?

If neovim had the same keystrokes to move out of a terminal window as it does to move out of editor windows, I'd switch. But as it is, it's super clunky compared to vim. I know about rebinding to alt, but that doesn't work in all my terminals. So for me, it's that one lousy thing that keeps me from switching. And if someone knows the magic setting to make it mimic vim, please let me know.

What keystrokes does vim use for this? I've never been a big user if terminals inside vim

Re: The Future of the Vim Project

#279

What is it that prevents the rest of the vim community from adopting neovim? From what I can observe, a great deal already have. But for the folks holding out, what is it that outweighs all that neovim has to offer?

I would like to use Neovim, but it's not as fully featured as VSCode is, so when I need to boot up something more powerful than Vim, I go to VSCode instead.
Post reply on HN