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.
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.
ask:
August 18th, 2011 at 9:30 pm
Hi, Derek. Seems you deleted your account on github ? Or just made a new one ? Looking forward to see your vim config.
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 :)
Kupal:
March 24th, 2012 at 6:03 pm
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
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.
Fl4t:
July 5th, 2011 at 2:35 pm
Great ! Thanks for sharing :)
Nick:
July 6th, 2011 at 1:26 pm
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.
Derek Wyatt:
July 6th, 2011 at 1:58 pm
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.
ask:
August 18th, 2011 at 9:30 pm
Hi, Derek. Seems you deleted your account on github ? Or just made a new one ? Looking forward to see your vim config.
Derek Wyatt:
August 19th, 2011 at 2:53 am
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 :)
Kupal:
March 24th, 2012 at 6:03 pm
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
Derek Wyatt:
March 25th, 2012 at 7:12 am
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.
Yao:
January 30th, 2013 at 7:47 am
Great stuff! I see you remap the key. is there any particular reason doing that? Do you think the jump lists are unnecessary?
Derek Wyatt:
January 30th, 2013 at 9:05 am
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.
Yao:
February 1st, 2013 at 3:00 pm
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?
Derek Wyatt:
February 2nd, 2013 at 3:12 am
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.