Ask A Question

Notifications

You’re not receiving notifications from this thread.

My Development Environment Discussion

Chris Zempel Chris Zempel

Vim tip: you can type :help [command] and vim will tell you what that command does. sometimes these descriptions can be so descriptive they're sort of confusing.

the one that saved me SO MUCH time, but I didn't know about for a year, was =

:help =

and also.. gg = (shift + g)

Reply

If working on OSX, check out Dash for API referencing and snippets - https://kapeli.com/dash - integrates with most major IDE's - searchable, offline mode, etc...

Reply

just check oh my fish i think it's better than oh my zsh

Reply

you do not get auto complete with on my fish

Reply

you can custom omz to add some fish-like behaviour, for example I use autosuggest

Reply

This is a good stack. You should add tmux to your toolbox, it help a lot managing multi-project and complexe projet + it's a good start for remote (remember all good dev are not in big town) pairprogramming.

Reply

Awesome setup! Thanks for posting this. In my case, I switched to vim in January, got up to speed in two weeks. The main way I learned was having a cheat sheet with no more than 7 commands that I would revisit everytime I needed. The trick is, once you learn it, delete it from the cheat sheet and add another one. If you don't learn it after 2 weeks, delete it as well (since you won't be using it). That has worked like a charm for me.

Also, one of the main reasons to use vim is the dot ('.') command to repeat the last command. Extremely fast and useful when combined with search.

Tmux is the perfect vim companion if you use it in the terminal. Splitting panes, windows and sessions keeps everything highly organized, and you can customize it to make it behave just like vim.

All in all, so much stuff can be overwhelming. Take it easy, one step at a time, and you'll eventually get up to speed. The beauty of this is that it is so vast a topic, that you never stop learning.

@Chris I'd love to help out teaching this stuff. I have it fresh on my mind, since I'm a beginner as well. Feel free to PM :)

Reply

I really like you cheatsheet method. I'll try to use it in my everyday learnings to avoid what's not important while giving confidence in what you've memorized!

Reply

On the topic of users moving from sublime to vim - some other helpful tools that a a sublime user, or any user would want
https://github.com/Valloric...

For those who use rspec and want to run specs by line number within the file rather than the command line.
https://github.com/thoughtb...

Reply

Another really great stack is https://github.com/skwp/dot...

it includes the Zsh, vim, tmux, plus a ton of plugins for them, with a super simple install script.

Also the thoughtbot dotfiles are pretty awesome right out of the box.

https://github.com/thoughtb...

Reply
creativereason creativereason

I second the skwp dot files stack. That's my favorite. A lot of nice shortcuts added to VIM from those Ruby packages as well.

Reply

Jared thanks for sharing the SKWP. I can't tell you how many times I have had to configure all these different components together using other dot files that I have tried. Now with this one, every single thing works like it should!
Now I just have to figure out how to make my whole environment automated with something like tmuxinator. Thanks for making my life easy!! cheers! :)

Reply

Hey, nice video :)

You didn't talk much about your hardware equipment, do you use MacBook Pro 13' or 15' ?

Reply

Great question! I'm using a Macbook Pro Retina 15" and a Thunderbolt display. Here's some more info: http://excid3.com/about/

Reply

I set up iTerm and Oh My ZSH just as in the video and everything works fine except when I first start iTerm my username starts out red, however it will turn to green if I type any command, ie: cd. Any ideas why?

Reply

oh my zsh is great. I haven't gotten too much into vim itself as I've learned that refactoring horrible code is much easier in an actual IDE when you don't know vim too well.

As others have stated, tmux is a great tool however -- I use it religiously.

With my basic terminal looking like:
http://cl.ly/012N312d050s

on the 2nd line, the [:0s] is how long the last command took to complete.

Then my tmux with vim
http://cl.ly/302z3M1t1j40

where my tmux uses powerline, and my vim also uses powerline for a pretty cool look and a visual way for me to see what mode i'm in, as well as what branch i'm in as well.

And if anyone wants the tm script I have it's on a gist here: https://gist.github.com/ch0...

where in you would type:
tm and be presented with a prompt to select either "1" or "2" for your default prompt ( which in mine is zsh but named bash in the prompt ) then once you have initiated a tmux session "1" becomes that session, and goes on for as many sessions/apps as you've created allowing you to quickly dismiss an entire app and pull up a new one and pickup right where you left off.

Reply
Josh Zandman Josh Zandman

Hi Chris! I'm getting this error when trying to install your color scheme "The selected file could not be read or did not contain a valid color scheme."

Reply

If you mean the ZSH theme, make sure you copy it into the ~/.oh-my-zsh/themes folder.

Reply

I've been using sublime text for my rails and javascript apps but I'll be interested in using vim.
Could you make a screeencast on vim usage and customization.

Reply
Reply

One thing that really helped me learn vim was vimtutor. If you have vim installed, you should already have it. Just type vimtutor in the console
https://superuser.com/questions/246487/how-to-use-vimtutor

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.