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: Share your .emacs (or .vimrc?)

8 pointsby jhferris3over 14 years ago
Inspired by this post: http://news.ycombinator.org/item?id=2007829<p>I find it useful/informative to get to see what other people have in their text editor configuration file. In the spirit of that, anyone care to share theirs? Mine isn't anything special, but here goes:<p>http://pastebin.com/gUXsprcL

6 comments

mishamover 14 years ago
I use Janus (<a href="https://github.com/carlhuda/janus" rel="nofollow">https://github.com/carlhuda/janus</a>) for my vim setup and then customize it via .vimrc.local (<a href="https://github.com/misham/.dotfiles/blob/master/vim/vimrc.local" rel="nofollow">https://github.com/misham/.dotfiles/blob/master/vim/vimrc.lo...</a>)
urlwolfover 14 years ago
Here's my .vimrc: <a href="https://github.com/quesada/dotfiles/blob/master/.vimrc" rel="nofollow">https://github.com/quesada/dotfiles/blob/master/.vimrc</a><p>The nice thing is that all the plugins are from the package manager; it takes me 2 min to get a working install. Sabayon is great.
sethwoodworthover 14 years ago
(Vimrc) This is pretty broken without the .vim/ folder as well, but here goes: <a href="https://github.com/sethwoodworth/dotfiles/raw/master/.vimrc" rel="nofollow">https://github.com/sethwoodworth/dotfiles/raw/master/.vimrc</a>
sid137over 14 years ago
Some things I've pieced together:<p><a href="https://github.com/sid137/.vim" rel="nofollow">https://github.com/sid137/.vim</a><p><a href="https://github.com/sid137/emacs" rel="nofollow">https://github.com/sid137/emacs</a>
dekomoteover 14 years ago
Here's mine - <a href="http://bitbucket.org/dekomote/vim/src/cc45f0d7a542/.vimrc" rel="nofollow">http://bitbucket.org/dekomote/vim/src/cc45f0d7a542/.vimrc</a>
3456437over 14 years ago
Pretty much just a series of hacks.<p><a href="http://pastebin.com/PCh0LwxR" rel="nofollow">http://pastebin.com/PCh0LwxR</a>