Skip to content

Instantly share code, notes, and snippets.

@jpcweb
Forked from paulodeleo/.tmux.conf
Last active September 12, 2020 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpcweb/4ec3e4d07483c2cbfa6791703d631c8c to your computer and use it in GitHub Desktop.
Save jpcweb/4ec3e4d07483c2cbfa6791703d631c8c to your computer and use it in GitHub Desktop.
Tmux configuration to enable mouse scroll and mouse panel select, taken from: http://brainscraps.wikia.com/wiki/Extreme_Multitasking_with_tmux_and_PuTTY
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