start new:
tmux
start new with session name:
tmux new -s myname
| -- Lua Cheat Sheet for Programmers, by Al Sweigart http://coffeeghost.net | |
| -- This cheat sheet is an executable Lua program. | |
| --[[ This is | |
| a multline comment]] | |
| ---[[ This is a neat trick. The first -- makes -[[ not a multiline comment. | |
| print("This line executes.") | |
| --]] The rest of this line is also a comment. | |
| print("Here is a string" .. ' concatenated with ' .. 2 .. ' other strings.') |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| <link href="style.css" rel="stylesheet" /> | |
| </head> | |
| <body> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> |