Skip to content

Instantly share code, notes, and snippets.

@celestino
celestino / gpg-help.md
Created November 3, 2015 17:22
GPG export/import notes
@celestino
celestino / tmux.conf
Last active August 29, 2015 14:21
tmux config
# change the default prefix key to C-q since we shouldn't need flow control
unbind-key C-b
set-option -g prefix C-q
bind-key C-q last-window
# ensure that our $TERM value specifies 256 colors
set-option -g default-terminal "screen-256color"
# start window indexing at one instead of zero
set-option -g base-index 1