diff options
author | toonn <toonn@toonn.io> | 2019-09-02 14:18:52 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-09-18 17:43:59 +0200 |
commit | 4b917d2752f7b8af98765e23101b4caeaaa8b8c9 (patch) | |
tree | 6700f878c4eaeeadf542430d1de6c5873313aef4 /doc | |
parent | 9befac323ac6fc0c1d31aa7ce0dbe3bc9907377c (diff) | |
download | ranger-4b917d2752f7b8af98765e23101b4caeaaa8b8c9.tar.gz |
Remove redundant copymap sections
The extra entries pointing from `copycmap` and co. to `copymap` only contributed noise and confusion making their explanation harder to find. This has summarily been dealt with using my exemplary SEO skills ; ) Fixes #1678
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 13 | ||||
-rw-r--r-- | doc/ranger.pod | 16 |
2 files changed, 4 insertions, 25 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 8944d4b1..c9f56403 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1258,9 +1258,6 @@ Binds keys for the console. Works like the \f(CW\*(C`map\*(C'\fR command. .IX Item "console [-pN] command" Opens the console with the command already typed in. The cursor is placed at \&\fIN\fR. -.IP "copycmap \fIkey\fR \fInewkey\fR [\fInewkey2\fR ...]" 2 -.IX Item "copycmap key newkey [newkey2 ...]" -See \f(CW\*(C`copymap\*(C'\fR .IP "copymap \fIkey\fR \fInewkey\fR [\fInewkey2\fR ...]" 2 .IX Item "copymap key newkey [newkey2 ...]" Copies the keybinding \fIkey\fR to \fInewkey\fR in the \*(L"browser\*(R" context. This is a @@ -1268,14 +1265,8 @@ deep copy, so if you change the new binding (or parts of it) later, the old one is not modified. For example, \fIcopymap j down\fR will make the key sequence \&\*(L"down\*(R" move the cursor down one item. .Sp -To copy key bindings of the console, taskview, or pager use \*(L"copycmap\*(R", -\&\*(L"copytmap\*(R" or \*(L"copypmap\*(R". -.IP "copypmap \fIkey\fR \fInewkey\fR [\fInewkey2\fR ...]" 2 -.IX Item "copypmap key newkey [newkey2 ...]" -See \f(CW\*(C`copymap\*(C'\fR -.IP "copytmap \fIkey\fR \fInewkey\fR [\fInewkey2\fR ...]" 2 -.IX Item "copytmap key newkey [newkey2 ...]" -See \f(CW\*(C`copymap\*(C'\fR +To copy key bindings of the console, taskview or pager use \*(L"copycmap\*(R", +\&\*(L"copytmap\*(R" or \*(L"copypmap\*(R" respectively. .IP "cunmap [\fIkeys...\fR]" 2 .IX Item "cunmap [keys...]" Removes key mappings of the console. Works like the \f(CW\*(C`unmap\*(C'\fR command. diff --git a/doc/ranger.pod b/doc/ranger.pod index 34a012ea..f6dd6592 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1317,10 +1317,6 @@ Binds keys for the console. Works like the C<map> command. Opens the console with the command already typed in. The cursor is placed at I<N>. -=item copycmap I<key> I<newkey> [I<newkey2> ...] - -See C<copymap> - =item copymap I<key> I<newkey> [I<newkey2> ...] Copies the keybinding I<key> to I<newkey> in the "browser" context. This is a @@ -1328,16 +1324,8 @@ deep copy, so if you change the new binding (or parts of it) later, the old one is not modified. For example, I<copymap j down> will make the key sequence "down" move the cursor down one item. -To copy key bindings of the console, taskview, or pager use "copycmap", -"copytmap" or "copypmap". - -=item copypmap I<key> I<newkey> [I<newkey2> ...] - -See C<copymap> - -=item copytmap I<key> I<newkey> [I<newkey2> ...] - -See C<copymap> +To copy key bindings of the console, taskview or pager use "copycmap", +"copytmap" or "copypmap" respectively. =item cunmap [I<keys...>] |