From d4249f12a730ed78abfcc65bd24687e1f9ba6e9e Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 1 Mar 2024 10:24:00 +0800 Subject: [PATCH] docs: switch to inline images protocol for VSCode, Tabby, and Hyper --- docs/image-preview.md | 5 +++-- docs/plugins/overview.md | 2 +- docs/tips.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/image-preview.md b/docs/image-preview.md index 6513cc92..a01dd835 100644 --- a/docs/image-preview.md +++ b/docs/image-preview.md @@ -19,8 +19,9 @@ This is by no means a simple task, to reduce maintenance costs, we only guarante | foot | [Sixel graphics format](https://www.vt100.net/docs/vt3xx-gp/chapter14.html) | ✅ Built-in | | Ghostty | [Kitty old protocol](https://github.com/sxyazi/yazi/blob/main/yazi-adaptor/src/kitty_old.rs) | ✅ Built-in | | Black Box | [Sixel graphics format](https://www.vt100.net/docs/vt3xx-gp/chapter14.html) | ✅ Built-in | -| Tabby | [Sixel graphics format](https://www.vt100.net/docs/vt3xx-gp/chapter14.html) | ✅ Built-in | -| Hyper | [Sixel graphics format](https://www.vt100.net/docs/vt3xx-gp/chapter14.html) | ✅ Built-in | +| VSCode | [Inline images protocol](https://iterm2.com/documentation-images.html) | ✅ Built-in | +| Tabby | [Inline images protocol](https://iterm2.com/documentation-images.html) | ✅ Built-in | +| Hyper | [Inline images protocol](https://iterm2.com/documentation-images.html) | ✅ Built-in | | X11 / Wayland | Window system protocol | ☑️ Überzug++ required | | Fallback | [Chafa](https://hpjansson.org/chafa/) | ☑️ Überzug++ required | diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index ffe70d16..28700505 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -246,7 +246,7 @@ If you have no experience with Lua, you can quickly get started through https:// ### Logging -Once you get started, if you want to debug some runtime data, use [`ya.dbg()`](./utils#dbgmsg) and [`ya.err()`](./utils#errmsg) to print what you want to debug to either: +If you want to debug some runtime data, use [`ya.dbg()`](./utils#dbgmsg) and [`ya.err()`](./utils#errmsg) to print what you want to debug to either: - `~/.local/state/yazi/yazi.log` on Unix-like systems. - `C:\Users\USERNAME\AppData\Roaming\yazi\state\yazi.log` on Windows. diff --git a/docs/tips.md b/docs/tips.md index ba9bc38b..92ad97e5 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -60,7 +60,7 @@ If you prefer sharp corners for the border, you can remove `:type(ui.Border.ROUN ## Dropping to the shell -Add the keybindings to your `keymap.toml`: +Add this keybinding to your `keymap.toml`: ```toml [[manager.prepend_keymap]]