diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index b67ded7f..d182f3af 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -320,7 +320,7 @@ Note: The bookmarks ' (Apostrophe) and ` (Backtick) are the same. =head2 RIFLE Rifle is the file opener of ranger. It can be used as a standalone program or -a python module. It is located at F<ranger/ext/rifle.py>. In contrast to +a python module. It is located at F<$repo/ranger/ext/rifle.py>. In contrast to other, more simple file openers, rifle can automatically find installed programs so it can be used effectively out of the box on a variety of systems. @@ -332,14 +332,16 @@ by typing "<rulenumber><enter>". If you use rifle standalone, you can list all rules with the "-l" option and pick a rule with "-p <number>". The rules, along with further documentation, are contained in -F<ranger/config/rifle.conf>. +F<$repo/ranger/config/rifle.conf>. =head2 FLAGS Flags give you a way to modify the behavior of the spawned process. They are used in the commands C<:open_with> (key "r") and C<:shell> (key "!"). - f Fork the process. (Run in background) + f Fork the process, i.e. run in background. Please use this flag instead of + calling "disown" or "nohup", to avoid killing the background command when + pressing Ctrl+C in ranger. c Run the current file only, instead of the selection r Run application with root privilege (requires sudo) t Run application in a new terminal window @@ -967,6 +969,9 @@ Start line numbers from 1. Possible values are: Open all images in this directory when running certain image viewers like feh or sxiv? You can still open selected files by marking them. +If there would be too many files for the system to handle, this option +will be temporarily disabled automatically. + =item padding_right [bool] When collapse_preview is on and there is no preview, should there remain a @@ -1149,7 +1154,7 @@ Enable this if key combinations with the Alt Key don't work for you. You can enter the commands in the console which is opened by pressing ":". -You can always get a list of the currently existing commands by typing "2?" in +You can always get a list of the currently existing commands by typing "?c" in ranger. For your convenience, this is a list of the "public" commands including their parameters, excluding descriptions: alias [newcommand] [oldcommand] @@ -1753,7 +1758,7 @@ by checking for this variable. =item RANGER_LOAD_DEFAULT_RC If this variable is set to FALSE, ranger will not load the default rc.conf. -This can save time if you copied the whole rc.conf to ~/.config/ranger/ and +This can save time if you copied the whole rc.conf to I<~/.config/ranger/> and don't need the default one at all. =item VISUAL |