Skip to content

Instantly share code, notes, and snippets.

View reejosamuel's full-sized avatar

Reejo Samuel reejosamuel

View GitHub Profile
@reejosamuel
reejosamuel / gpg-agent.conf
Last active December 7, 2020 00:44 — forked from bmhatfield/.profile
Automatic Git commit signing with GPG on OSX
# Connects gpg-agent to the OSX keychain via the brew-installed
# pinentry program from GPGtools. This is the OSX 'magic sauce',
# allowing the gpg key's passphrase to be stored in the login
# keychain, enabling automatic key signing.
pinentry-program /usr/local/bin/pinentry-mac
@reejosamuel
reejosamuel / tmux.md
Created June 15, 2016 14:10 — 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