Tootfinder

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

@al3x@hachyderm.io
2026-03-21 19:06:11

You are a vim/neovim user. You have a few plugins installed.
How do you remind yourself of those that you are not using on a regular basis?
I guess the question applies to any text editor or IDE.
#vim #neovim #emacs #intellij #VSCode

@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

@kubikpixel@chaos.social
2026-04-01 09:40:12

«Ausgerechnet eine KI findet #ZeroDay's in den Editoren Vim und Emacs:
Unter #Hacker'n und Sicherheitsexperten scheiden sich seit Jahrzehnten die Geister, ob nun #Vim oder

@publicvoit@graz.social
2026-04-26 07:50:53

A rare example of somebody switching from #Emacs to #vim:
"I have officially retired from Emacs"
nullprogram.com/blog/2026/04…

@nobodyinperson@fosstodon.org
2026-05-06 17:31:45

I packaged the spyder-vim plugin to add #vim keybinding to #Spyder, below is a screencast. It's kinda meh though 😅 You have to focus a text box below the editor for the vim keybindings to be honored, and ESC doesn't focus it 🤨.