Skip to content

Instantly share code, notes, and snippets.

@cloud8421
Created September 18, 2012 15:03
Show Gist options
  • Select an option

  • Save cloud8421/3743611 to your computer and use it in GitHub Desktop.

Select an option

Save cloud8421/3743611 to your computer and use it in GitHub Desktop.
Vim and Tmux workshop - 06 - Tmux and Vim

Setup

The following setup is pretty custom, but works pretty good for me.

The only caveat is that it requires a version of Vim compiled with ruby support, so you need to install it through Homebrew:

brew install macvim --override-system-vim

Next, you need to install a few plugins:

Vimux gives you the bridge between vim and tmux, ruby-test and cucumber awareness for the test you're about to run, turbux integrates with Rails.vim to run specs from implementation.

Keybindings

See my setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment