Skip to content

Instantly share code, notes, and snippets.

@0xJs
0xJs / tmux.conf
Last active November 30, 2018 09:30 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
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