Skip to content

Instantly share code, notes, and snippets.

View scottjwood's full-sized avatar

Scott Wood scottjwood

View GitHub Profile
@scottjwood
scottjwood / tmux-cheatsheet.markdown
Created November 30, 2015 05:42 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@scottjwood
scottjwood / tmux.md
Last active November 12, 2023 12:27 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(CTRL-x means ctrl+x, ALT-x means alt+x)

Prefix key

The default prefix is CTRL-b. If you (or your muscle memory) prefer CTRL-a, you need to add this to ~/.tmux.conf:

# remap prefix to Control + a
@scottjwood
scottjwood / photo.py
Last active August 29, 2015 14:19 — forked from knowuh/photo.py
#----------------------------------------------------------
# File photo.py - cubify a named image in project.
# @knowuh (Noah Paessel) http://bit.ly/photoblend
# License: MIT ( http://opensource.org/licenses/MIT )
#----------------------------------------------------------
import bpy
from random import uniform