diff options
author | hut <hut@lepus.uberspace.de> | 2016-02-24 19:04:35 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-02-24 19:04:35 +0100 |
commit | 8e275b12ee2faacbb10a27c65171aa5cf70400c0 (patch) | |
tree | ebe1f4e155145190dfc138fee271fc070665c3e4 /doc | |
parent | aa927918eeeaf2fb43ee16e85f3b15b1d6c3d7b0 (diff) | |
download | ranger-8e275b12ee2faacbb10a27c65171aa5cf70400c0.tar.gz |
doc/ranger.1: add example for setintag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 60deedf3..91ba904a 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1237,6 +1237,11 @@ Assigns a new value to an option, but locally for the directories that are marked with I<tag>. This means, that this option only takes effect when visiting that directory. +For example, to change the sorting order in your downloads directory, tag it +with the I<v> tag by typing I<"v>, then use this command: + + setintag v sort ctime + =item setlocal [path=I<path>] I<option> I<value> Assigns a new value to an option, but locally for the directory given by |