start new:
tmux
start new with session name:
tmux new -s myname
| # Mac OS X Lion introduced a new, iOS-like context menu when you press and hold a key | |
| # that enables you to choose a character from a menu of options. If you are on Lion | |
| # try it by pressing and holding down 'e' in any app that uses the default NSTextField | |
| # for input. | |
| # | |
| # It's a nice feature and continues the blending of Mac OS X and iOS features. However, | |
| # it's a nightmare to deal with in Sublime Text 2 if you're running Vintage (Vim) mode, | |
| # as it means you cannot press and hold h/j/k/l to move through your file. You have | |
| # to repeatedly press the keys to navigate. |
Get it from http://developer.apple.com. You will not be able to submit apps to any stores using this XCode version, so turn away if that is something you might want to do.
In XCode's Preferences > Downloads you can install command line tools.
| (function(d, s) { | |
| var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id, callback) { | |
| if (d.getElementById(id)) {return;} | |
| js = d.createElement(s);js.src = url;js.id = id;js.async=true; | |
| fjs.parentNode.insertBefore(js,fjs); | |
| if(callback!=undefined) { | |
| js.onload=callback; | |
| //Extra for internet explorer | |
| js.onreadystatechange = function () { if(this.readyState == 'complete' || this.readyState == 'loaded') { callback(); } } | |
| } |