Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View brucechou1983's full-sized avatar

Bruce Chou brucechou1983

View GitHub Profile
@brucechou1983
brucechou1983 / tmux.conf
Last active July 12, 2018 09:32 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set -g mouse on
bind-key -t vi-copy WheelUpPane scroll-up
bind-key -t vi-copy WheelDownPane scroll-down
# mouse scolling
set -g mouse on