Skip to content

Instantly share code, notes, and snippets.

@olivernn
Created July 31, 2012 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivernn/3220313 to your computer and use it in GitHub Desktop.
Save olivernn/3220313 to your computer and use it in GitHub Desktop.
tlux configs
window :editor do
command "vim ."
end
window :shell
window :console do
command "irb"
end
window :editor do
command "vim ."
end
window :shell
window :server do
command "make test"
end
window :editor do
command "vim ."
split :vertical, percentage: 10
end
window :console do
split :horizontal do
command "bundle exec rails c"
end
end
window :server do
command "bundle exec rails s"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment