docs: add alternate keys for mount.yazi

This commit is contained in:
sxyazi
2025-01-17 17:57:45 +08:00
parent 0afa0c6b2c
commit 5f0da52960

View File

@@ -30,15 +30,15 @@ run = 'plugin mount'
Available keybindings:
| Key binding | Action |
| ------------ | --------------------- |
| <kbd>q</kbd> | Quit the plugin |
| <kbd>k</kbd> | Move up |
| <kbd>j</kbd> | Move down |
| <kbd>l</kbd> | Enter the mount point |
| <kbd>m</kbd> | Mount the partition |
| <kbd>M</kbd> | Unmount the partition |
| <kbd>e</kbd> | Eject the disk |
| Key binding | Alternate key | Action |
| ------------ | ---------------- | --------------------- |
| <kbd>q</kbd> | - | Quit the plugin |
| <kbd>k</kbd> | <kbd>Up</kbd> | Move up |
| <kbd>j</kbd> | <kbd>Down</kbd> | Move down |
| <kbd>l</kbd> | <kbd>Right</kbd> | Enter the mount point |
| <kbd>m</kbd> | | Mount the partition |
| <kbd>M</kbd> | - | Unmount the partition |
| <kbd>e</kbd> | - | Eject the disk |
## TODO