三咲雅 · Misaki Masa

Results 106 comments of 三咲雅 · Misaki Masa

@riodelphino Thanks for sharing, helped me a lot. There is a built-in `vim.tbl_count` function, or `#selected_nodes` that can be used to simplify the `GetTableLen`. 😸

Try: ```bash TERM_PROGRAM="iTerm.app" yazi ``` if it works. I will add a new option to allow the user to configure the graphics protocol manually.

Hi I made a PR to fix this, let me know if it works for you, https://github.com/sxyazi/yazi/pull/585

> there are systems, that cannot tell a pixel size at all Is it a non-Unix system, like Windows? I'm developing a terminal file manager, and when I test its...

After testing, Hyper doesn't even support `CSI 14 t`: But VSCode supports it -- which also uses `node-pty` and does not fully implement `TIOCGWINSZ`:

I did a quick test on the latest canary, it supports `CSI 14 t` now!

Yazi uses the syntax file from `bat` currently, but unfortunately, [`bat` does not yet support nushell](https://github.com/sharkdp/bat/issues/2129). I'm thinking that maybe we can implement it as a custom previewer, like the...

You can use the `name` rule and apply it only to files with the `.nu` extension: ```toml [plugin] prepend_previewers = [ # Plugin path: ~/.config/yazi/plugins/nushell.yazi/init.lua { name = "*.nu", exec...

Can we add it behind a parameter like `kill forward --big-word`?