dotfiles/tmux/.tmux.conf
Danila Fedorin 55e6c796b7 Adjust tmux to work well with Neovim 0.10 in Alacritty
Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
2024-05-19 22:32:37 -07:00

5 lines
123 B
Plaintext

set mouse
set -sg escape-time 0
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",xterm-256color:RGB"