Skip to content

Instantly share code, notes, and snippets.

@PogiNate
Created March 21, 2013 11:19
Show Gist options
  • Save PogiNate/5212311 to your computer and use it in GitHub Desktop.
Save PogiNate/5212311 to your computer and use it in GitHub Desktop.
my tmuxinator layout for blogging with Octopress.
# ~/.tmuxinator/ndBlog.yml
project_name: Natedickson_dot_com
project_root: ~/Projects/Blogs/natedickson/octopress
tabs:
- editor:
layout: main-vertical
panes:
- vim
- #zsh at the project root. Useful for issuing rake commands.
- cd source/_posts #since I'll usually be editing posts, not pages.
- monitor:
layout: even-horizontal
panes:
- rake preview
- top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment