Created
October 18, 2023 17:07
-
-
Save ryanwoodsmall/f18721a3dbbb2e9eda84307b6e1fafdd 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
# this keeps getting turned off | |
set -s set-clipboard on | |
# tmux+vim in some configurations behaves *extremely* stupidly/slowly when changing modes | |
# 0 works too but may cause issues with multi-key sequences (arrrow keys, etc.) | |
set -sg escape-time 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment