start new:
tmux
start new with session name:
tmux new -s myname
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| type Node struct { | |
| Value int | |
| } |
| " A ref source for godoc. | |
| " Version: 0.0.1 | |
| " Author : mattn <[email protected]> | |
| " License: Creative Commons Attribution 2.1 Japan License | |
| " <http://creativecommons.org/licenses/by/2.1/jp/deed.en> | |
| let s:save_cpo = &cpo | |
| set cpo&vim | |