start new:
tmux
start new with session name:
tmux new -s myname
| /*global window */ | |
| define(['angular', 'services'], function(angular, services) { | |
| 'use strict'; | |
| /* Directives */ | |
| angular.module('app.directives', []) | |
| .directive('ngConfirmClick', [ | |
| function(){ | |
| return { |
| # http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html | |
| # http://techblog.netflix.com/2015/08/netflix-at-velocity-2015-linux.html | |
| uptime | |
| dmesg | tail | |
| vmstat 1 | |
| mpstat -P ALL 1 | |
| pidstat 1 | |
| iostat -xz 1 | |
| free -m | |
| sar -n DEV 1 |
| ;;; prettier-js.el --- utility functions to format reason code | |
| ;; Copyright (c) 2014 The go-mode Authors. All rights reserved. | |
| ;; Portions Copyright (c) 2015-present, Facebook, Inc. All rights reserved. | |
| ;; Redistribution and use in source and binary forms, with or without | |
| ;; modification, are permitted provided that the following conditions are | |
| ;; met: | |
| ;; * Redistributions of source code must retain the above copyright |
I hereby claim:
To claim this, I am signing this object:
macOS has ncurses version 5.7 which doesn't ship the terminfo description for tmux. There're two ways that can help you to solve this problem.
Instead of tmux-256color you can use screen-256color, place this command into your ~/.tmux.conf.
set-option -g default-terminal "screen-256color"