Live data from Hacker News

Coming Home to Vim

stevelosh.com

11–20 of 125 posts

Re: Coming Home to Vim

#11
post #8

Entirely agree on the aesthetics, one of the things holding me back from switching is that I love vibrant ink in textmate. I just can't seem to find a theme that is quite as bright (vividchalk was pretty close). Any suggestions?

Convert your textmate theme to vim: http://coloration.sickill.net/

Re: Coming Home to Vim

#12
post #9

Earlier quoted context omitted.

Replying to myself because I can't seem to reply to sigzero: Yeah, I definitely need to get around to reading :h filetype. I mentioned Snipmate in the article, so I know about it :)

This is not vim-related, but the reason you couldn't reply is that HN doesn't let you reply to a comment until after a certain amount of time has passed. This amount of time depends on how deep the comment is in the tree. (I believe the restriction is there to help prevent excessively deep comment trees that are just people arguing back and forth.)

Cool, thanks!

It would be helpful if it mentioned that somewhere...

Re: Coming Home to Vim

#14
I disagree with everything that he starts with 'I almost never do X so I...'

But other than that, I think this is a great list of addons and I already use a few of them myself.

Re: Coming Home to Vim

#15
Couple tricks:

    " this splits a netrw window in the directory of the current file, :Vexplore for vsplit.
    nnoremap - :Sexplore

    " I use surround.vim all the time. The default mapping for s is terrible.
    nmap s ysi
    nmap S ysa

Re: Coming Home to Vim

#16
I feel the same way about Emacs. I use IDEs for specific development tasks (I don't generally code Java in Emacs, for example, since Netbeans, Eclipse, Idea are all much better in that context) but where content is all over the place as it often is with net development, I use Emacs.

Re: Coming Home to Vim

#18
post #17

For a free, cross-platform (and excellent) alternative to PeepOpen, try Command-T I used to use FuzzyFinder_TextMate, but that's stopped development, and the creator recommends you use Command-T instead. https://wincent.com/products/command-t

LustyExplorer is good. One feature that I really like is that I can start exploring from the current directory or the directory of the current file. This way I can keep vim's current directory at the root of my source tree, and not have to deal with turning on 'acd' and all of the incompatibilities that can arise.

Re: Coming Home to Vim

#20
post #8

Entirely agree on the aesthetics, one of the things holding me back from switching is that I love vibrant ink in textmate. I just can't seem to find a theme that is quite as bright (vividchalk was pretty close). Any suggestions?

Convert your textmate theme to vim: http://coloration.sickill.net/

Thanks! macvim here I come :)

edit: Many of the most popular textmate schemes have already been converted and can be found at http://github.com/squil/vim_colors

Post reply on HN