From 2559343eefc3f33138c069916625b66e700a252c Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 14 Sep 2025 18:09:41 +0300 Subject: [PATCH] docs: help: menu: hot keys --- HELP.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/HELP.md b/HELP.md index fa8e903a..25d6eb8b 100644 --- a/HELP.md +++ b/HELP.md @@ -190,7 +190,8 @@ Then, start the server again with `cloudcmd` and reload the page. | `Ctrl + F5` | sort by date | `Ctrl + F6` | sort by size | `Ctrl + Command + .` | show/hide dot files -| `Up`, `Down` | file system navigation +| `Up` | move cursor up +| `Down` | move cursor down | `Enter` | change directory/view file | `Alt + Left/Right` | show content of directory under cursor in target panel | `Alt + G` | go to directory @@ -646,10 +647,20 @@ Right-mouse click to show a context menu with these items: ### Hot keys -|Key |Operation -|:----------------------|:-------------------------------------------- -| `F9` | open -| `Esc` | close +| Key | Operation | +|:-------------|:------------------------| +| `F9` | open | +| `Esc` | close | +| `Up`, `j` | move cursor up | +| `Down`, `k` | move cursor down | +| `Left`, `h` | close submenu | +| `Right`, `l` | open submenu | +| `G` or `$` | navigate to bottom file | +| `gg` or `^` | navigate to top file | + +Commands can be joined, for example: + +- `5j` will navigate **5** items below current; ## One file panel