start new:
tmux
start new with session name:
tmux new -s myname
| =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') |
| FAYE_TOKEN = 'secretToken' | |
| if defined? Rails | |
| if Rails.env == 'development' | |
| FAYE_URI = "http://#{APP_CONFIG[:nameremoved_service][:host]}:9292/faye" | |
| else | |
| FAYE_URI = "https://#{APP_CONFIG[:nameremoved_service][:host]}/faye" | |
| end |
o.......Open files, directories and bookmarks....................|NERDTree-o|
go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go|
t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
i.......Open selected file in a split window.....................|NERDTree-i|
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
s.......Open selected file in a new vsplit.......................|NERDTree-s|
gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
O.......Recursively open the selected directory..................|NERDTree-O|
| { | |
| "cmd": [ "/Users/YOUR_USER_NAME/.rvm/bin/rvm-auto-ruby", "$file" ], | |
| "file_regex": "^(...*?):([0-9]*):?([0-9]*)", | |
| "selector": "source.ruby" | |
| } |
| [{ | |
| "keys": ["f12"], | |
| "command": "reindent" | |
| }, { | |
| "keys": ["f10"], | |
| "command": "js_format", | |
| "context": [{ | |
| "key": "selector", | |
| "operator": "equal", | |
| "operand": "source.js,source.json" |
| { | |
| "atomic_save": false, | |
| "auto_complete_commit_on_tab": false, | |
| "auto_complete_with_fields": true, | |
| "bold_folder_labels": false, | |
| "caret_extra_width": 1, | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
| "default_line_ending": "unix", | |
| "detect_indentation": false, | |
| "detect_slow_plugins": false, |