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 default prefix and set it to Ctrl+a | |
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
# Vim mode | |
set-window-option -g mode-keys vi | |
# Number of lines you can scrollback in a buffer | |
set-option -g history-limit 200000 |