diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-09-28 18:20:54 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-09-28 18:20:54 +0200 |
| commit | ece8fc96ab578c6a183ba9302523ca34e0ae05f4 (patch) | |
| tree | 2e36cd594f74bc0a31488d328a98c7370f72556a /config/tmux | |
| parent | 879cfe5375ec79ca4021398af868f9fe2f7262fb (diff) | |
| parent | 6e72a59d840da5bde8c8e283b3fde7e849296f01 (diff) | |
| download | dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.tar.gz dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.tar.bz2 dotfiles-ece8fc96ab578c6a183ba9302523ca34e0ae05f4.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'config/tmux')
| -rw-r--r-- | config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index eb20984..328a92f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -14,6 +14,7 @@ set -s history-file '~/.local/share/tmux/history' set -g mouse on setw -g mode-keys vi +set -ga terminal-overrides ',screen-256color:smcup@:rmcup@' set -sg escape-time 0 # otherwise <ESC> in vim has a small delay set -sg bell-action none |
