: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
…
A rare example of somebody switching from #Emacs to #vim:
"I have officially retired from Emacs"
https://nullprogram.com/blog/2026/04…
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 🤨.
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