Created
January 26, 2018 22:26
-
-
Save nestoralonso/f518c4787862fddca36010dda7cc9c9c to your computer and use it in GitHub Desktop.
Minimal tmux conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# remap prefix from 'C-b' to 'C-a' | |
unbind C-b | |
set-option -g prefix C-a | |
bind-key C-a send-prefix | |
# Start window numbering at 1 | |
set -g base-index 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment