Skip to content

Instantly share code, notes, and snippets.

View alexmsmartins's full-sized avatar

Alexandre Martins alexmsmartins

  • MDSOL
  • London, United Kingdom
View GitHub Profile
# 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