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
No matter what I do I can't seem to get inkpot to look right in terminal vim.
Using xterm and vim v8.0.0141. echo $TERM in my shell reports xterm-256color. In vim set t_Co reports 256. I also have this in my vimrc:
echo $TERM
xterm-256color
set t_Co
256
set t_AB=�[48;5;%dm set t_AF=�[38;5;%dm
and the �'s (they look like ^[ in vim) were entered correctly by hitting Ctrl+v+Esc in insert mode.
�
^[
But this is what it looks like in xterm:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No matter what I do I can't seem to get inkpot to look right in terminal vim.
Using xterm and vim v8.0.0141.
echo $TERM
in my shell reportsxterm-256color
. In vimset t_Co
reports256
. I also have this in my vimrc:and the
�
's (they look like^[
in vim) were entered correctly by hitting Ctrl+v+Esc in insert mode.But this is what it looks like in xterm:
The text was updated successfully, but these errors were encountered: