Skip to content

Instantly share code, notes, and snippets.

View wyyder's full-sized avatar
🎯
Focusing

wyyder

🎯
Focusing
View GitHub Profile
@graugans
graugans / tmux.conf
Last active February 5, 2020 12:39
My tmux configuration
# Force a reload of the tmux config with
# CTRL-B r
unbind r
bind r source-file ~/.tmux.conf \; display "Reloading config..."
# VIM mode in CTRL-B [
set-window-option -g mode-keys vi
# Start window numbering at 1
set -g base-index 1