Skip to content

Instantly share code, notes, and snippets.

View wandering007's full-sized avatar

Changmao Cheng wandering007

  • Fudan University
View GitHub Profile
@wandering007
wandering007 / tmux.conf
Last active April 26, 2022 16:36 — forked from anonymous/tmux.conf
vim friendly tmux configuration
#Prefix is Ctrl-a
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
#Mouse works as expected