Skip to content

Instantly share code, notes, and snippets.

View josefaidt's full-sized avatar
🦉

josef josefaidt

🦉
View GitHub Profile
@josefaidt
josefaidt / tmux.conf
Last active December 14, 2018 02:30 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# Set <prefix> to ctrl+a
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on