File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ Then, start the server again with `cloudcmd` and reload the page.
190190| ` Ctrl + F5 ` | sort by date
191191| ` Ctrl + F6 ` | sort by size
192192| ` Ctrl + Command + . ` | show/hide dot files
193- | ` Up ` , ` Down ` | file system navigation
193+ | ` Up ` | move cursor up
194+ | ` Down ` | move cursor down
194195| ` Enter ` | change directory/view file
195196| ` Alt + Left/Right ` | show content of directory under cursor in target panel
196197| ` Alt + G ` | go to directory
@@ -646,10 +647,20 @@ Right-mouse click to show a context menu with these items:
646647
647648### Hot keys
648649
649- |Key |Operation
650- |:----------------------|:--------------------------------------------
651- | ` F9 ` | open
652- | ` Esc ` | close
650+ | Key | Operation |
651+ | :-------------| :------------------------|
652+ | ` F9 ` | open |
653+ | ` Esc ` | close |
654+ | ` Up ` , ` j ` | move cursor up |
655+ | ` Down ` , ` k ` | move cursor down |
656+ | ` Left ` , ` h ` | close submenu |
657+ | ` Right ` , ` l ` | open submenu |
658+ | ` G ` or ` $ ` | navigate to bottom file |
659+ | ` gg ` or ` ^ ` | navigate to top file |
660+
661+ Commands can be joined, for example:
662+
663+ - ` 5j ` will navigate ** 5** items below current;
653664
654665## One file panel
655666
You can’t perform that action at this time.
0 commit comments