about summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-09-02 14:18:52 +0200
committertoonn <toonn@toonn.io>2019-09-18 17:43:59 +0200
commit4b917d2752f7b8af98765e23101b4caeaaa8b8c9 (patch)
tree6700f878c4eaeeadf542430d1de6c5873313aef4 /doc/ranger.1
parent9befac323ac6fc0c1d31aa7ce0dbe3bc9907377c (diff)
downloadranger-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/ranger.1')
-rw-r--r--doc/ranger.113
1 files changed, 2 insertions, 11 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.