diff options
Diffstat (limited to 'code/help.rb')
-rw-r--r-- | code/help.rb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/code/help.rb b/code/help.rb index 8895e919..d57d492c 100644 --- a/code/help.rb +++ b/code/help.rb @@ -13,6 +13,7 @@ module Fm f filtering and searching l running files in different ways c creating, deleting, moving, copying + s usage of the mouse o more commands that don't fit elsewhere z switching to the PWD after exiting ranger @@ -26,6 +27,25 @@ module Fm + key:s + Mouse keys: + + Left click: Point at specific files. If those files are not in the + current directory, you will enter this directory. + + Left doubleclick: Executes a file in mode 0. + + CTRL + left double click: Executes a file in mode 1. + + Right click: Navigates. if clicked inside columns which are above + the current directory, you will cd 1 dir up. + if clicked inside the preview column, you cd into the selection if + it is a folder or run the selection in mode 0 if its a file. + + + + + key:? Movement: h,j,k,l or arrow-keys |