start new:
tmux
start new with session name:
tmux new -s myname
| (function(win){ | |
| if(win.attachEvent) return; | |
| var attachEvent = function(on, callback) { | |
| var on = on.substring(2,on.length); | |
| return this.addEventListener(on, callback); | |
| } | |
| win.Element.prototype.attachEvent = attachEvent; |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 14, | |
| // font family with optional fallbacks |
| /* | |
| * This work is free. You can redistribute it and/or modify it under the | |
| * terms of the Do What The Fuck You Want To Public License, Version 2, | |
| * as published by Sam Hocevar. See the COPYING file for more details. | |
| */ | |
| /* | |
| * Easing Functions - inspired from http://gizma.com/easing/ | |
| * only considering the t value for the range [0, 1] => [0, 1] | |
| */ | |
| EasingFunctions = { |