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
Last active November 8, 2024 00:46 — 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
# start with pane 1
set -g pane-base-index 1