summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorAbdó Roig-Maranges <abdo.roig@gmail.com>2012-12-06 14:19:45 +0100
committerhut <hut@lavabit.com>2012-12-09 15:16:47 +0100
commita279353c64008a60092fe13638ef67a3da1fc1ef (patch)
tree9bd42269d4f5483f44820e46b28d90579a9184a3 /doc/ranger.pod
parent864331a0edd73b364c22985bbb1aa7f55dcf25f4 (diff)
downloadranger-a279353c64008a60092fe13638ef67a3da1fc1ef.tar.gz
added setlocal command to handle local settings
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index e240771e..366e0bdc 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -734,6 +734,7 @@ ranger.  For your convenience, this is a list of the "public" commands including
  search pattern
  search_inc pattern
  set option value
+ setlocal [path=<path>] option value
  shell [-FLAGS] command
  terminal
  tmap key command
@@ -949,6 +950,12 @@ doesn't work for functions and regular expressions. Valid values are:
  list           | 1,2,3,4
  none           | none
 
+=item setlocal [path=I<path>] I<option> I<value>
+
+Assigns a new value to an option, but locally for the directory given by
+I<path>. This means, that this option only takes effect when visiting that
+directory. If no path is given, uses the current directory.
+   
 =item shell [-I<flags>] I<command>
 
 Run a shell command.  I<flags> are discussed in their own section.