We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alacritty 0.12.0
vim --version
VIM - Vi IMproved 9.0
I am seeing some weird behavior with background not redrawing correctly in vim under tmux:
vim
tmux
I'm using easyjump.tmux and performing a leader+s, then the letters get printed on screen by tmux showing where I can jump in the file.
As soon as the jump is performed, the background outside the code region is black (the background of the code is still that of the theme).
Here's my config: .vimrc
.vimrc
set termguicolors
.tmux.conf
set -g default-terminal 'screen-256color' set -ga terminal-overrides ',*256col*:Tc'
I've also tried adding set -ag terminal-overrides ",alacritty:RGB" to my .tmux.conf.
set -ag terminal-overrides ",alacritty:RGB"
What could be the problem here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terminal Emulator Info
Alacritty 0.12.0
Output From
vim --version
Issue Description
I am seeing some weird behavior with background not redrawing correctly in
vim
undertmux
:Bildschirmaufnahme.2023-09-17.um.21.51.08.mov
I'm using easyjump.tmux and performing a leader+s, then the letters get printed on screen by tmux showing where I can jump in the file.
As soon as the jump is performed, the background outside the code region is black (the background of the code is still that of the theme).
Here's my config:
.vimrc
.tmux.conf
I've also tried adding
set -ag terminal-overrides ",alacritty:RGB"
to my.tmux.conf
.What could be the problem here?
The text was updated successfully, but these errors were encountered: