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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ASK HN : Learn to write my own .vimrc configuration

1 点作者 hhimanshu大约 13 年前
- I have been using vim for a sometime and haven't had used ~/.vimrc for configurations<p>- I see many code samples on Github, but don't actually understand where they came from and what they mean<p>- I want to start all fresh and understand them, write my own .vimrc configuration and extend it<p>- Please tell me where shall I start

1 comment

russfrank大约 13 年前
<a href="http://vimbits.com/" rel="nofollow">http://vimbits.com/</a><p><a href="http://vim.wikia.com/wiki/Vim_Tips_Wiki" rel="nofollow">http://vim.wikia.com/wiki/Vim_Tips_Wiki</a><p>Your .vimrc is essentially just going to be a collection of snippets that you've found that seem to do some good. Many of mine have been taken from other people's dotfiles, from dotfile projects such as<p><a href="http://skwp.github.com/dotfiles/#section-13-1" rel="nofollow">http://skwp.github.com/dotfiles/#section-13-1</a><p>and from the sites above. Take a look at the .vimrc of people you might know on github, for example. Here's mine, it's fairly well commented:<p><a href="https://github.com/russfrank/dotfiles/blob/master/.vimrc" rel="nofollow">https://github.com/russfrank/dotfiles/blob/master/.vimrc</a>