Sergei Grechanik

Results 14 comments of Sergei Grechanik

[Yggdroot/indentLine](https://github.com/Yggdroot/indentLine) uses conceal and needs increasing conceallevel which leads to undesirable side effects for rendering tex, markdown and some other stuff (e.g. it leads to hiding star symbols around emphasized...

I use vim-rooter to cd into the project dir, so I tried this: ``` set tags+=../*/tags ``` To my surprise, it seems to work (if tags files for other projects...

Also it affects signs with texthl (e.g. GitGutter with GitGutterLineHighlightsEnable). I wonder what was the original reason to deviate from vim's behavior.

Extracted a small fix as https://github.com/kovidgoyal/kitty/pull/5682

Yes, it will work in tmux. The icat kitty will use this method (and some other tmux workarounds) when the `--tmux` flag is passed.

I remember some portability issues with my uploading script on Mac OS, but I think icat should work. Just a guess: check that you have `set -gq allow-passthrough` in tmux...

Thanks for the review, I'll try to address all the issues over the weekend. > 1. At least on my system tmux does report pixels sizes so no need for...

Found a bug in cell image rendering logic, this will take some time.

Fixed the issues. > When generating the row/column diacritics for python just use > repr(str) rather than \U form, faster to parse. Use tuples instead of > lists, more memory...

> Maybe instead let U=. This number should be set as fg color in the unicode cells. When kitty sees these cells it checks the fg color, if bit 24...