start new:
tmux
start new with session name:
tmux new -s myname
| var pushRight = slate.operation("push", { | |
| "direction": "right", | |
| "style": "bar-resize:screenSizeX/2" | |
| }); | |
| var pushLeft = slate.operation("push", { | |
| "direction": "left", | |
| "style": "bar-resize:screenSizeX/2" | |
| }); |
| #ssh-rsa AAAA[0-9A-Za-z+/]+[=]{0,3} ([^@]+@[^@]+)# | |
| // this is the most simple case. see more complete regexps in coments below | |
| // http://generator.my-addr.com/generate_ssh_public_rsa_key-private_rsa_key-ssh_pair_online_tool.php | |
| // https://help.ubuntu.com/community/SSH/OpenSSH/Keys | |
| // http://www.ietf.org/rfc/rfc4716.txt |
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |