Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.91 KB

ror_vim_tmux.md

File metadata and controls

55 lines (41 loc) · 1.91 KB

#Ruby on Rails productivity with vim and tmux

##What is vim?

  • Vim is a very powerful text editor that has many commands, too many to explain in a talk like this (Maybe later :D).

##Why I use vim? Vim slides

##Installation

   brew install vim #For Mac OS X
   apt-get install vim #For Ubuntu or Debian derivatives

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

##What is tmux?

  • tmux is a Terminal MUltipleXer.

##What is a terminal multiplexer?

  • It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.
  • And do a lot more.

##Why tmux? Tmux slides

##Installation

   brew install tmux #For Mac OS X
   apt-get install tmux #For Ubuntu or Debian derivatives

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Rails + Vim + Tmux = Nice workflow.

  • You will not believe how improve your workflow

Nice workflow slides

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

##The law is: learn by example

##References and bibliography