Add some plugins and vimrc tweaks
This commit is contained in:
6
scripts/tmux-rails-template.sh
Executable file
6
scripts/tmux-rails-template.sh
Executable 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
|
||||
Reference in New Issue
Block a user