diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 91ba904a..91629a86 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -228,6 +228,8 @@ The macro %rangerdir expands to the directory of ranger's python library, you can use it for something like this command: alias show_commands shell less %rangerdir/config/commands.py +%confdir expands to the directory given by B<--confdir>. + The macro %space expands to a space character. You can use it to add spaces to the end of a command when needed, while preventing editors to strip spaces off the end of the line automatically. |