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 September 7, 2025 05:08 — forked from atelic/tmux.conf
A vim-friendly tmux config
# Change prefix to Ctrl-a (like GNU screen)
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Start with window 1
set -g base-index 1
# Start with pane 1