My Vim config is on GitHub

I’ve put my Vim configuration on GitHub now. Have a gander at http://github.com/derekwyatt/vim-config

11 comments on this post.
  1. Fl4t:

    Great ! Thanks for sharing :)

  2. Nick:

    Do you use macvim/gvim or go through the terminal? I have 256 colors set on iTerm, but the colors are just never as vivid as in macvim.

    ex. xoria256′s background is much darker in macvim. I know i have 256 colors set because the colors are close, but there are always suttle diffs and it makes me mad!!! I like editing in the terminal much better.

  3. Derek Wyatt:

    I use the terminal-based version of vim on occasion but the majority of my time is spent in gvim (on Linux) and MacVim (on the Mac). This is /by far/ the most productive way for me to work… Vim’s –remote-silent is all I need to bind the terminal to the GUI version of vim. It simply makes things awesome.

  4. ask:

    Hi, Derek. Seems you deleted your account on github ? Or just made a new one ? Looking forward to see your vim config.

  5. Derek Wyatt:

    Yeah sorry about that. I tweeted about it to help people with the transition, but all I did was just change my name from ewiplayer to derekwyatt. Ewiplayer was a stoopid name :)

  6. Kupal:

    Hi. Could you help me with the following errors?

    Error detected while processing /home/kupal/.vim/after/plugin/fuzzyfinder.vim:
    line 4:
    E121: Undefined variable: g:fuf_file_exclude
    Error detected while processing /home/kupal/.vim/after/plugin/solarized.vim:
    line 1:
    E117: Unknown function: togglebg#map

    Thanks in advance

  7. Derek Wyatt:

    You have to pull in the bundles that are specified in my config. Easily done… ‘cd ~/.vim/bundle; ./get’

    After you’ve done that, start up Vim and you should be good to go.

  8. Yao:

    Great stuff! I see you remap the key. is there any particular reason doing that? Do you think the jump lists are unnecessary?

  9. Derek Wyatt:

    WordPress screwed you over – I don’t know which key you’re talking about. I do know that my personal jump list stuff is stuff that I don’t use.

  10. Yao:

    I mean the control O and control I key. You mapped them to horizontal scroll. Is it because you find the jump list not that useful?

  11. Derek Wyatt:

    Ah, yes. I don’t find the jump list all that useful. The locations of jumps are deterministic, but also arbitrary; I never want to traverse jumps, I just want to go specific ones.

Leave a comment