diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2022-09-25 16:04:52 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2022-09-25 16:04:52 +0200 |
| commit | 6e72a59d840da5bde8c8e283b3fde7e849296f01 (patch) | |
| tree | dc72df60209d54b2a00e40dac85b453d1f1801f3 /config/tmux | |
| parent | 480bb130da18244e4939d2f1a1e00c1aa2b61237 (diff) | |
| parent | 6edce8d07d2cc472ba298a0eebe451e3f02e5c57 (diff) | |
| download | dotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.tar.gz dotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.tar.bz2 dotfiles-6e72a59d840da5bde8c8e283b3fde7e849296f01.zip | |
Merge branch 'master' of github.com:cacharle/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 |
