New post: The Markdown Link no. 13
Among today’s links are markdown editors Minknote, @SilverBulletMD and MKeditor, markdown reader/viewer Readdown, a mini guide to Neovim/Vim, and the ultimate markdown set up in the Micro Journal Rev. 2.
https://md-handbook.com/blog/markdown-link-no-13/ […]
I didn't expect learning a text editor to change how I used my computer.
Vim motions led me to using a tiling window manager, then a browser extension, and now I barely touch my mouse.
#vim #vimmotions #neovim
www.keijilohier.com/blogs/vim-mo...
How many #vim forks does the world need? Seems another one got born today lobste.rs/s/iqctrn/vim...
Blog post about a #noai port of #vim.
I wish more things today would move like this:
"I plan to use this for a little while, look for sore points and rough edges, collect feedback from other users, and then tag a little release soon. Going forward, maintenance will be slow and quiet. " […]
@ploum
#vis is much more than light-Vim.
https://youtu.be/y41MyOrPt8Q
I would argue that it is much more powerful than any vi-compatible editor because of the extreme power of structured regular expressions (from sam(1) doc.cat-v.org/bell_labs/structural_reg... and native […]
Because of slop concern, @drewdevault is forking Vim to make Vim-classic with the laudable goal of "not changing anything"
drewdevault.com/2026/03/25/2026-03-25-Fo...
What’s funny is that I’m, at the same time, toying with "vis", which is Vim without a lot of things I don’t […]
I did the same with #Vim and Google groups
Finalement, est-ce que 2026 ne serait pas l’année pour se mettre à #Vim ? Ça tombe bien, on a le tuto qu’il vous faut pour démarrer sur l’éditeur de texte / code avec lequel on peut tout faire : zestedesavoir.com/tutoriels/35...
Does anyone here like my neovim? It uses nerdtree as my file explorer on the right and on the left is my programing (JAVA).
Nerdtree is a neovim plugin which works pretty well. If anyone got suggestions on plugins or improvements say here.
neovim.io
My - shorturl.at/pKQML
#linux #vim #neovim #cool
I’m feeling bit tired today but I had a great time last night programming my #Amiga. Of course I did a side quest and designed perfect “errorformat” definition for #Vim to work with #VBCC output. So happy. #retrocomputing
gist.github.com/acejacek/1a7a5bb0723afad...
Is your expertise rented... or do you own it? ☕️
I’m benching the AI. No safety nets. Just raw Modern Pascal in the terminal. If the Wi-Fi dies, I still want to be able to ship.
youtu.be/HKPvj_pYWF0?...
#ObjectPascal #Vim #NoAI #SoftwareArchitecture #SilverPascal
Vim over Emacs. Fight me. (Or just book a date and try to convince me otherwise.) #Vim #EditorWars #NerdyCompanion
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
Tempted by a new Neovim setup? @echasnovski.com MiniMax offers a stable foundation you control from the start.
Not a distro, but a powerful base for your own config. Ideal for new users or those avoiding complex migrations. #Neovim #MiniMax #Vim #Editor #Programming
so apparently Pearl Abyss based #crimsondesert controls on #vim
🔒 #Fedora 44 Security Advisory Deep Dive: Vim (FEDORA-2026-f5d072060b)
A critical patch is available for the #Vim text editor addressing CWE-122 and CWE-416 vulnerabilities. Read more: 👉 tinyurl.com/muu67tpw
3 Levels of Vim Refactoring - YouTube
www.youtube.com/watch?v=oQB8...
#vim #neovim #vimTutorial #neovimTutorial #programming
Dagster has a steep learning curve but a payoff. It is #Vim for orchestration.
The mental model shift: Dagster thinks in assets, not tasks. You define what data should exist, not what steps to run.
ssp.sh/brain/dagster
Every single time (~annually) I've been openly trying nvim: the first SSH login and nvim is gone. Or the first Debian localhost login :-) Also, having over one or two years old version of nvim: none of the plugins will work anymore.
#vim #neovim
Some reflections on last week's #CTOCraftCon, and in particular the sensible conversations around AI usage in digital product teams - plus the empathy that was a big part of that. And then relating it to a social media kerfuffle about AI and #vim […]
I just realized the text editor holy war (Vim vs. Emacs) is finally over.
The winner is Claude Code. 😅
#programming #vim #emacs #ai #joke
Evi is a hard fork of vim from before they introduced AI, which is a noble effort. I'm looking forward to something similar from neovim 🤞
https://codeberg.org/NerdNextDoor/evi
#vim #noai #evi
Turns out Vim comes with Conway's Game of Life!
`:so $VIMRUNTIME/macros/life/life.vim`, and type `g` to start.
You can view the file with `:e $VIMRUNTIME/macros/life/life.vim`
#Vim #Dev #Programming #Coding
WARNING: Using autocommands is very powerful, and may lead to unexpected side
effects. Be careful not to destroy your text.
#vim #neovim