As configured in my dotfiles.
start new:
tmux
start new with session name:
| { | |
| (* short names for important modules *) | |
| module L = Lexing | |
| module B = Buffer | |
| type token = | |
| | STR of string | |
| | INT of int | |
| | ID of string | |
| | PLUSEQ |
| import { Component } from "React"; | |
| export var Enhance = ComposedComponent => class extends Component { | |
| constructor() { | |
| this.state = { data: null }; | |
| } | |
| componentDidMount() { | |
| this.setState({ data: 'Hello' }); | |
| } | |
| render() { |
As configured in my dotfiles.
start new:
tmux
start new with session name: