Skip to content

Instantly share code, notes, and snippets.

View Rangozhang's full-sized avatar

Yu Zhang Rangozhang

  • Carnegie Mellon University, Robotics Institute
  • Pittsburgh, PA
View GitHub Profile
@Rangozhang
Rangozhang / .tmux.conf
Last active May 13, 2023 05:46 — forked from atelic/tmux.conf
A vim-friendly tmux config
# change prefix to Ctrl-a (like in gnu-screen)
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# start with window 1 (instead of 0)
set -g base-index 1