As configured in my dotfiles.
start new:
tmux
start new with session name:
| var main = function () { | |
| var ghresize = function (options) { | |
| var ghwid = $("div#wrapper").width() | |
| , extra = $("span.repo-label").width() * 2; | |
| if(options && options.debug) { | |
| console.log("Resizing"); | |
| } | |
| $("div.container.hentry").width(ghwid - extra); |
| http { | |
| proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=one:8m max_size=3000m inactive=600m; | |
| proxy_temp_path /var/tmp; | |
| include mime.types; | |
| default_type application/octet-stream; | |
| sendfile on; | |
| keepalive_timeout 65; | |
| gzip on; | |
| gzip_comp_level 6; |
| /** | |
| * author Remy Sharp | |
| * url http://remysharp.com/tag/marquee | |
| */ | |
| (function ($) { | |
| $.fn.marquee = function (klass) { | |
| var newMarquee = [], | |
| last = this.length; |
As configured in my dotfiles.
start new:
tmux
start new with session name: