Skip to content

Instantly share code, notes, and snippets.

@christophergorexyz
Created February 14, 2020 15:17
Show Gist options
  • Select an option

  • Save christophergorexyz/48ebcf154097d45866e2217a8db9c40d to your computer and use it in GitHub Desktop.

Select an option

Save christophergorexyz/48ebcf154097d45866e2217a8db9c40d to your computer and use it in GitHub Desktop.
tmux config
# Turn on the mouse
set -g mouse on
# Scroll History
set -g history-limit 30000
# Set ability to capture on start and restore on exit window data when running an application
setw -g alternate-screen on
# Lower escape timing from 500ms to 50ms for quicker response to scroll-buffer access.
set -s escape-time 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment