Skip to content

Instantly share code, notes, and snippets.

@elvircrn
Created December 20, 2019 14:49
Show Gist options
  • Save elvircrn/d15d0c1d2287b82998fc88e1a7f1616d to your computer and use it in GitHub Desktop.
Save elvircrn/d15d0c1d2287b82998fc88e1a7f1616d to your computer and use it in GitHub Desktop.
~/.tmux.conf
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
set -g default-terminal "screen-256color" # colors!
setw -g xterm-keys on
set -s escape-time 10 # faster command sequences
set -sg repeat-time 600 # increase repeat timeout
set -s focus-events on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment