Je ne pensais pas que le site de VIM était resté dans les années 2000 😅 !
https://www.vim.org/
I can't wait for vim.pack. I've been using vim-pathogen for fifteen years. #vimhttps://neovim.io/doc/user/pack.html#vim.pack

Stack Overflow Survey 2025, Developer tools, Category IDE: #emacs isnt even listed 😪 But #vim is on place 5. Even newcomer #zed seems to be more popular than #emacs.
https://survey.stackoverflow.co/2025/technology#most-popular-technologies-dev-envs-prof
Me learning vim.
I think I have to switch #Vim completion plugins soon. Choosing between nvim-cmp and vimcomplete, probably gonna go with nvim-cmp. This is gonna be like a whole Saturday afternoon project.
What #libre#IDE (integrated development environment for programming code) would y'all want to coalesce around using, supporting, and developing? Asking especially for coding websites and applications with #PHP, #JavaScript, #CSS, and #HTML but #Python, #Elixir, #Rust, and #Go would all be great for us @agaric too.

Learn Vim progressively
https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/
Learn Vim progressively
https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/
Dumb #vim trick:
Have a bunch of files open in multiple windows and want to jump to the first (or last) line in all of them?
:windo 1
or
:windo $
and done.
If you use tabs instead of windows, you could use :tabdo instead.
or you can jump to the next instance of /pattern/ in all open windows/tabs with
:windo /pattern
:tabdo /pattern
or the first/last (assuming you have 'wrapscan' set) with
:windo $/firstpattern
:windo 1?lastpattern
So #Fediverse, tell me - are there any Mastodon clients you really like for the desktop? Specifically, I am hoping for something with a GUI, linux native, and has support for vim motions. The stretch goal would be something cross-platform.
I'll just download a test a bunch if I have to, but hoping one of you can save me the effort, because so far my search-engine-fu is not yielding any results regarding vim-motions. (which I concede is a bit of a long shot)
I’ve been exploring a more minimalist approach in my tools lately, and part of that includes trying to use nvi more often instead of Vim. To make the transition easier (for myself and anyone else interested), I put together a simple nvi quick reference:
https://4c6e.xyz/nvi.html
It’s not meant to be exhaustive, just a practical guide to help get things done with a lighter touch.
#nvi #vi #vim #minimalism