Created
April 6, 2012 21:49
-
-
Save maxjustus/2323277 to your computer and use it in GitHub Desktop.
basic tmux from screen 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
unbind-key C-b | |
set -g prefix C-a | |
bind-key C-a send-prefix | |
set -g history-limit 7000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment