diff options
Diffstat (limited to 'core/tmux.conf')
| -rw-r--r-- | core/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/tmux.conf b/core/tmux.conf index 94316d2..465641c 100644 --- a/core/tmux.conf +++ b/core/tmux.conf | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | # True-color support regardless of what TERM the outer terminal/distro sets | ||
| 2 | set -g default-terminal "tmux-256color" | ||
| 3 | set -ga terminal-overrides ",*256col*:Tc" | ||
| 4 | |||
| 1 | # Vi mode for copy | 5 | # Vi mode for copy |
| 2 | setw -g mode-keys vi | 6 | setw -g mode-keys vi |
| 3 | 7 | ||
