Skip to content

Instantly share code, notes, and snippets.

View auna93's full-sized avatar

Nicolas Alejandro auna93

View GitHub Profile
@auna93
auna93 / .tmux.conf
Created September 8, 2022 02:34 — forked from xinshuoweng/.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