GPG Cheatsheet
Debian subkeys
Debian keysigning
Creating the perfect GPG keypair
General options for GPG:
-a ASCII output
-e encrypt
GPG Cheatsheet
Debian subkeys
Debian keysigning
Creating the perfect GPG keypair
General options for GPG:
-a ASCII output
-e encrypt
| # 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 |