Skip to content

Instantly share code, notes, and snippets.

View LuighiV's full-sized avatar
🏠
Working from home

Luighi Viton-Zorrilla LuighiV

🏠
Working from home
View GitHub Profile
@LuighiV
LuighiV / .tmux.conf
Created July 9, 2021 04:07 — forked from tsl0922/.tmux.conf
vim style tmux config
# vim style tmux config
# use C-a, since it's on the home row and easier to hit than C-b
set-option -g prefix C-a
unbind-key C-a
bind-key C-a send-prefix
set -g base-index 1
# Easy config reload
bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."