Created
July 15, 2017 19:30
-
-
Save bsiegert/5fb90a2e78a0f267052bdda018a21f5f to your computer and use it in GitHub Desktop.
Make tmux more like screen
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
unbind C-b | |
set -g prefix C-a | |
bind-key C-a last-window | |
bind a send-prefix | |
bind-key ' ' next-window | |
bind-key bspace previous-window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment