TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Should I make a clean VIM reference site?

9 pointsby briancrayabout 14 years ago
Problem:<p>Vim tips and files are scattered all over the web. Usually in sites that are brutally difficult to use.<p>Yet there are TONS of people using VIM.<p>Solution:<p>A contrastingly clean central source of all things VIM that's user-maintained through GitHub.<p>Questions: 1. Would this interest you? 2. What would be the top-level nav links? (A little virtual card sorting here) 3. What would you expect on it?

2 comments

Adaptiveabout 14 years ago
I believe your problem statement is accurate but incomplete. There is a central vim coordinating authority (vim.org) that is (poorly) integrated with a (rather clunky) knowledge base (vim.wikia.com).<p>I think you should consider discussing this on the vim mailing list (maybe you have, maybe others have).<p>It's a glaring deficiency of the vim ecosystem, I agree. Every single time I use vim.org and the vim wiki, I hear David Cross in my head saying "THERE MUST BE A BETTER WAY". The fact that David Cross is in my head then concerns me for several minutes and I forget about Vim.<p>I'd love a way to update a wiki via a dvcs. Then it becomes a help file as well. Here's a project I would be more interested in:<p><i>Design a next gen Vim help file / wiki system that would allow for local help file access to extend naturally into user contributed wiki content. Integrate scripts into the above. Allow all of it to live in any of several popular DVCS's. Ensure that the scripts that live in it can be independently sourced using Pathogen, etc.</i>
SingAlongabout 14 years ago
A printable cheatsheet (black-n-white) would be good. Graphical cheatsheets are for fancy.<p>I found this one <a href="http://www.digilife.be/quickreferences/QRC/VIM%20Quick%20Reference%20Card.pdf" rel="nofollow">http://www.digilife.be/quickreferences/QRC/VIM%20Quick%20Ref...</a> but it doesn't have anything about tabs, buffers and splits. A full quick reference in the same style as the one above would be good to stick next to a computer.<p>Right now I'm keeping <a href="http://vim.runpaint.org/toc/" rel="nofollow">http://vim.runpaint.org/toc/</a> open in a browser tab and referring when needed. It's simple to refer and read.
评论 #2474073 未加载