Tootfinder

Opt-in global Mastodon full text search. Join the index!

@andres4ny@social.ridetrans.it
2026-08-28 18:40:21

God, what a fucking asshole.
Anyways, I've already spent some time removing #neovim from about half of my build/development containers. For now I'm going back to #vim, but once vim-classic or #evi

A github comment by justinmk, posted 1h ago:

"You all have embarrassed and shamed yourselves.

Most of you aren't Neovim users, but a drive-by mob, swirling from one mindless vomit-party to another, like the pacific garbage patch."
@nobodyinperson@fosstodon.org
2026-06-02 12:59:29

:vim: #vim pros:
I want to open a zip file that does *not* have a .zip suffix with vim's nice browsing mode. Is this from within vim the only way to achieve this?
:call zip#Browse("/full/path/to/file")
Unfortunately there is no tab completion in that string 😑
And yes, I could use symlinks:
> ln -rsf myfile.notzip{,.zip}
> vim myfile.notzip.zip