Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cooking Lessons with Vim and Tmux

Cooking Lessons with Vim and Tmux

My Rubyday.it talk about ruby development in the shell with vim and tmux, with an emphasis on cooking.

Claudio Ortolina

June 14, 2013
Tweet

More Decks by Claudio Ortolina

Other Decks in Technology

Transcript

  1. Hello! ‣I’m Claudio Ortolina ‣I work at New Bamboo, in

    London, as a full stack web developer ‣We do Ruby, Rails, Agile and Javascript NEW BAMBOO HQ
  2. Topics for today ‣You only need a wok and a

    ladle... ‣...but having more at hand can really help ‣Keep everything at hand ‣Taste your food while cooking
  3. You only need a wok and a ladle Master the

    defaults of your tools of choice
  4. The right tool for the job ‣Small, focused tools that

    work together ‣A good set of plugins ‣Strike for balance ‣For more, see: ‣https://learn.thoughtbot.com/vim ‣http://new-bamboo.github.io/Hermes/#plugins
  5. Navigation ‣Navigation has to be FAST ‣Don’t !ddle with the

    !lesystem ‣Fuzzy search as general approach ‣CTags and speci!c plugins (like Rails.vim)
  6. Exploit tmux ‣Run tests on separate pane ‣Leverage focused tests

    ‣Don’t need to switch to test in Rails ‣Send to REPL ‣See http://new-bamboo.github.io/Hermes/#tmuxandvim