Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Cmd+C | copy current line (if no selection) | 
| Cmd+X | cut current line (if no selection) | 
| Cmd+⇧+K | delete line | 
| Cmd+↩ | insert line after | 
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Cmd+C | copy current line (if no selection) | 
| Cmd+X | cut current line (if no selection) | 
| Cmd+⇧+K | delete line | 
| Cmd+↩ | insert line after | 
| $ cat ~/.sbtconfig | |
| SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:PermSize=128M -XX:MaxPermSize=256M" |