You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
Tmux 2.1 and later requires TERM to be tmux* to enable italic fonts. However, with TERM=tmux-256color and AutoClose enabled, arrow keys generates ABCD sequences in insert mode.
I fixed this by adding tmux to the list on line 28. Probably we make this official.
(Home and End cause strange uppercase conversion in vim inside tmux, but that is not related to AutoClose.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tmux 2.1 and later requires TERM to be tmux* to enable italic fonts. However, with TERM=tmux-256color and AutoClose enabled, arrow keys generates ABCD sequences in insert mode.
I fixed this by adding tmux to the list on line 28. Probably we make this official.
(Home and End cause strange uppercase conversion in vim inside tmux, but that is not related to AutoClose.)
The text was updated successfully, but these errors were encountered: