As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| require('spine/lib/manager') | |
| class Main extends Spine.Stack | |
| routes: | |
| 'adventure': 'adv' | |
| 'home': 'home' | |
| 'information': 'info' | |
| controllers: | |
| info: Information | |
| home: Home |