Created
December 7, 2012 08:00
-
-
Save polm/4231626 to your computer and use it in GitHub Desktop.
tmux.conf
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 ` | |
set -g history-limit 10000 | |
set -g status-bg blue | |
bind-key ` send-prefix | |
setw -g mode-keys vi | |
bind Escape copy-mode | |
bind-key -t vi-copy 'v' begin-selection | |
bind-key -t vi-copy 'y' copy-selection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment