Rocky
                                            Rocky
                                        
                                    @simrat39 This issue still exists and it should be re-opened.
@xiyaowong cuz `winbar` won't update automatically with the cursor move, thus I think it is not a good place to show the document symbols and any other contents that need...
@bfredl Thank you. I tried to use a counter to see whether winbar will update when I move the cursor ``` let g:cnt = 0 function AddOne() let g:cnt =...
Same here. Is this issue caused by lf, and could it be fixed on this side @gokcehan ? Thank you.
The author of kitty pointed out a trick to fix this. Please change the command to `kitten icat --transfer-mode file --stdin no --place "${w}x${h}@${x}x${y}" "$file" < /dev/null > /dev/tty`. For...
@Kazuma-chan Hi, please check my config (https://github.com/rockyzhang24/dotfiles/tree/master/.config/lf). It works perfectly. My kitty version is 0.28.1 and lf is the latest (installed via `env CGO_ENABLED=0 go install -ldflags="-s -w" github.com/gokcehan/lf@latest`). Hope...
@Kazuma-chan Anyway it works on my side, so it means no issues for kitty and lf. I recommend you to install lf by the command I mentioned above and see...
@ignamartinoli Same issue. Do you think if we should report this to kitty?
@ignamartinoli Sure. I'll do that.
On `bar`, hit `%` will jump to `bar`'s closing parenthesis (this is the default behavior of matchit, see :h matchit for details), and then hit `]]` will jump to `3`....