Skip to content

Instantly share code, notes, and snippets.

View LastDreamer's full-sized avatar

Oleg Kravchenko LastDreamer

View GitHub Profile
@LastDreamer
LastDreamer / tmux.md
Last active September 13, 2015 11:09 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

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

remap prefix to Control + a

@LastDreamer
LastDreamer / gnome-terminal-zenburn.sh
Last active August 29, 2015 14:27 — forked from planbnet/gnome-terminal-zenburn.sh
Zenburn color scheme for gnome-terminal
#!/usr/bin/env bash
dir=$(dirname $0)
gconfdir=/apps/gnome-terminal/profiles
echo # This makes the prompts easier to follow (as do other random echos below)
########################
### Select a profile ###
########################