Created
January 22, 2020 10:09
-
-
Save dave-f/edcb22b97ea7a3c532ef92fa957a5f2a to your computer and use it in GitHub Desktop.
tmux configuration
This file contains 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
unbind C-b | |
set -g prefix C-a | |
set -s escape-time 0 | |
bind-key C-a last-window | |
bind-key a send-prefix | |
set -g base-index 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment