Skip to content

Fix arrow keys when using true color config#526

Merged
mattn merged 1 commit intoctrlpvim:masterfrom
paulodiovani:bug/arrow-key-tc
Nov 7, 2019
Merged

Fix arrow keys when using true color config#526
mattn merged 1 commit intoctrlpvim:masterfrom
paulodiovani:bug/arrow-key-tc

Conversation

@paulodiovani
Copy link
Copy Markdown

I notice the arrow keys doesn't work when setting tmux to use true color, required for some color schemes.

This PR fix that by allowing the :Tc suffix in the term regex.

More info at:

My (g)vim version:

local/gvim 8.1.2102-1
    Vi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)
local/vim-runtime 8.1.2102-1
    Vi Improved, a highly configurable, improved version of the vi text editor (shared runtime)

@mattn
Copy link
Copy Markdown
Member

mattn commented Oct 31, 2019

Currently it checks with =~? (? mean ignroecase)

@mattn mattn merged commit 44c8e24 into ctrlpvim:master Nov 7, 2019
@mattn
Copy link
Copy Markdown
Member

mattn commented Nov 7, 2019

Thank you

@paulodiovani paulodiovani deleted the bug/arrow-key-tc branch November 7, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants