Skip to content

Instantly share code, notes, and snippets.

View jakubhomoly's full-sized avatar
🚀
Sky is the limit

Jakub Homoly jakubhomoly

🚀
Sky is the limit
View GitHub Profile
@jakubhomoly
jakubhomoly / .tmux.conf
Last active January 2, 2020 21:35 — forked from rudowastaken/.tmux.conf
.tmux.conf
# remap prefix from 'C-b' to 'C-a'
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