docs: reword the keybindings in the mount plugin

This commit is contained in:
sxyazi
2025-01-17 17:59:17 +08:00
parent 5f0da52960
commit 5f45a28730

View File

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