Text editor evolved from the old vim. People call it not IDE, such as VSCode or similar, but PDE (Personalized Development Environment).
I use Neovim with tmux for everything I can. I have mentioned in Personal Knowledge Management Workflow for a Deeper Life, how it gives me clarity for writing, especially Vim Language (and Motions), a modular way of editing text that came with vim but can be found through plugins on any other IDE as well.
See also Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes Explained, where I wrote 3000 words about why I still use Neovim in the modern world of editors. Also, check out DHH’s article about Finding The Last Editor.
See more on my Neovim Setup.
# Distributions
# My Setup Images
# All in one (Tmux and Neovim)
It’s scary how versatile/productive your terminal, and specifically Neovim, can get.

Shared on X and LinkedIn. Also, check my demo of SQL-IDE in vim.
In one screen:
- data integration/dbt codeanalysis of SQL queries -> Query databases in vim (vim-dadbod)db connections/browser -> Query databases in vim (vim-dadbod)result of queries -> Query databases in vim (vim-dadbod)docker builddbt runpostgresmore windows/sessions (tmux)
# Basic
https://www.ssp.sh/brain/basic.png="/brain/basic.png">tree, lsp and outhttps://www.ssp.sh/brain/lsp2-rose-pine.png
git:
Markdown (shohttps://www.ssp.shhttps://www.ssp.sh/brain/neovim-markdown.pngwith hiding symbols, except on the current line):
# Writing / Markdown Preview
# Why I do not use Neovim for notes
You might wonder why I don’t use Neovim for notes. I tried a couple of times, and sometimes, when writing my book, I use Neovim. But for the most part, Obsidian is optimized for notes specifically, and Neovim is optimized for programming.
With Obsidian based on Markdown, I have access to my Second Brain with forward/backlinks to any note or article. Better integration with images, text-based diagrams with Mermaid, and text-based images with Exaclidraw, and Canvas.
Integration with Plugins such as ReadWise syncing my highlights and notes I read, Obsidian Dataview to use Notes as databases, Admonition (Call-outs) to write lovely in-side comments without distracting the reading flow, Templates, Mobile support, and many more. I write more about that in Obsidian in Rich Text vs Markdown.
(Neo)vim is to text editors what self-hosting is to blogging platforms. Here’s why
People often jump between:
- Blogging platforms: WordPress → Medium → Substack -> …aText editors: Dreamweaer -> Notepad++ → Sublime → VSCode → Zed → Cursor (see My Text Editors History (IDEs))
But (Neo)vim, like self-hosting:
- Has a steeper learning curve initiallyRequires more setup and maintenanceRewards long-term investmentCan be customized exactly to your needsGrows with your skillsGives you complete controlIs a sustainable, long-term solution"
# Wordprocessor mode
Origin:
References:
Created 2023-04-10
