From 90de80a0ed43d359edb1bf21eeaf3728f722d73a Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 22 Feb 2013 01:09:35 +0100 Subject: doc/ranger.1: added chmod key bindings to man page --- doc/ranger.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ranger.1') diff --git a/doc/ranger.1 b/doc/ranger.1 index 24a522f1..e7ab2e58 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -413,6 +413,10 @@ Edit the current file in \f(CW$EDITOR\fR (\*(L"nano\*(R" by default) Open a shell in the current directory .IP "?" 14 Opens this man page +.IP "=, +, \-" 14 +.IX Item "=, +, -" +Change the permissions of the selection. For example, \f(CW\*(C`777=\*(C'\fR is equivalent to +\&\f(CW\*(C`chmod 777 %s\*(C'\fR, \f(CW\*(C`+ar\*(C'\fR does \f(CW\*(C`chmod a+r %s\*(C'\fR, \f(CW\*(C`\-ow\*(C'\fR does \f(CW\*(C`chmod o\-w %s\*(C'\fR etc. .IP "yy" 14 .IX Item "yy" Copy (yank) the selection, like pressing Ctrl+C in modern \s-1GUI\s0 programs. -- cgit 1.4.1-2-gfad0 d class='sub'>Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
blob: 0f7c736db9b280ab782d558003059044c0400694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32