Created
December 20, 2019 14:49
-
-
Save elvircrn/d15d0c1d2287b82998fc88e1a7f1616d to your computer and use it in GitHub Desktop.
~/.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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