Skip to content

Instantly share code, notes, and snippets.

@hugollm
Created June 22, 2015 13:29
Show Gist options
  • Save hugollm/984c9d29d2d7bc5b1b25 to your computer and use it in GitHub Desktop.
Save hugollm/984c9d29d2d7bc5b1b25 to your computer and use it in GitHub Desktop.
# disable status bar
set -g status off
# set scrollback history to 10000 (10k)
set -g history-limit 10000
# fixes esc delay
set -sg escape-time 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment