Add some plugins and vimrc tweaks

This commit is contained in:
2013-04-20 14:00:26 -04:00
parent 4e3964715c
commit 189952bd57
6 changed files with 27 additions and 10 deletions

6
scripts/tmux-rails-template.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
tmux new -d -s my-awesome-app
tmux new-window -t my-awesome-app:2 -n 'server' 'bundle exec rails server'
tmux new-window -t my-awesome-app:3 -n 'vim' 'vi'
tmux attach -t my-awesome-app