惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Apple Machine Learning Research
Apple Machine Learning Research
量子位
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
博客园 - 聂微东
博客园_首页
D
Docker
博客园 - 叶小钗
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
腾讯CDC
罗磊的独立博客
雷峰网
雷峰网
博客园 - Franky

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
Make HN great again: Neovim vs. IDEs
vtemian · 2026-04-30 · via Hacker News: Ask HN

Today, I tried Zed because it made it to frontpage of HN and a lot of people were praising it in comments.

However, I got lost. Every IDE is different. I felt very restricted. This is not the problem of Zed (or any IDE) but this is how they are compared to hand-crafted Neovim installation. They just can't compare.

Neovim is simple but extensible. I have designed it over years to match my workflow and tools precisely. The specific combinations and the key mappings are hand-crafted for me. This didn't happen overnight, it took me years to build up my Vim usage workflow.

Another thing that makes Neovim irreplaceable for me is, it is terminal native. I'm always on the terminal, usually with multiple tabs and multiple window panes. It gives me so much flexibility. For example I use Kitty terminal emulator, I have 4 tabs open. Neovim, OpenCode, LazyGit, and another window that I just do general tasks...

Also Vim has incredible and active community. I don't know if IDE extensions can be as good as "Obsidian.nvim" plugin for integrating Notes for example.

One winning aspect of IDEs for me is debugging. I never set up a debugging setup with my Neovim installation.

Even, without any plugins, I just like the raw vim experience. I'm used to it -- but each to their own...