Skip to content

Commit

Permalink
docs: support for Android platform in the for qualifier of opener
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Dec 14, 2024
1 parent 6486be2 commit 972a100
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,6 @@ See [Functional plugin](/docs/plugins/overview#functional-plugin).

### `noop` {#manager.noop}

**Note**: This command is introduced in the upcoming v0.4 and currently requires the nightly build.

If you want to disable certain preset keybindings without rewriting the entire `keymap`, you can use the virtual `noop` command.

For example, to disable the default keybinding of <kbd>g</kbd> ⇒ <kbd>c</kbd>, use:
Expand Down
1 change: 1 addition & 0 deletions docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ Available options are as follows:
- `windows`: Windows
- `linux`: Linux
- `macos`: macOS
- `android`: Android (Termux, nightly only)

The commands specified by `run` follow platform-specific differences. For example, Unix shell requires wrapping `$` with quotes, while `%` in Windows batch scripts doesn't.

Expand Down
2 changes: 1 addition & 1 deletion docs/image-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ NVIM=1 NVIM_LOG_FILE=1 yazi

## Windows users {#windows}

Currently, only the following 3 terminals support displaying images on Windows:
Currently, only the following 2 terminals support displaying images on Windows:

- WezTerm
- [Windows Terminal Preview v1.22.2702.0](https://github.com/microsoft/terminal/releases/tag/v1.22.2702.0)
Expand Down
2 changes: 0 additions & 2 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,6 @@ Credits to [@UncleGravity for sharing it](https://discord.com/channels/113620360

## Specify a different editor for bulk renaming {#bulk-editor}

**This tip currently requires Yazi nightly version.**

For bulk renaming, Yazi finds the first matching opener in your [`[open]`](/docs/configuration/yazi#open) rules with:

| | Value |
Expand Down

0 comments on commit 972a100

Please sign in to comment.