diff options
author | hut <hut@lavabit.com> | 2009-07-16 02:41:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-16 02:41:48 +0200 |
commit | bd7c8105e8ae842210713a41187af608bdcf1f9c (patch) | |
tree | c959370f056c40ebfab7bddbd8e5f5bc40391410 /code/help.rb | |
parent | dfb682c4211bb3e69de46ef2a600ba75609d0b31 (diff) | |
download | ranger-bd7c8105e8ae842210713a41187af608bdcf1f9c.tar.gz |
added documentation of mouse functions
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 |