TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

9 点作者 briancray大约 14 年前
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 条评论

Adaptive大约 14 年前
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>
SingAlong大约 14 年前
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 未加载