Skip to content

Instantly share code, notes, and snippets.

View akinoniku's full-sized avatar
:octocat:

Liqiu Huang akinoniku

:octocat:
View GitHub Profile
@xinshuoweng
xinshuoweng / .tmux.conf
Created October 24, 2016 14:40 — forked from Rangozhang/.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