summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-05 14:02:44 +0200
committerhut <hut@lavabit.com>2011-10-05 14:45:35 +0200
commite21fb9b5b6eac911f9061425826b05de97211549 (patch)
treeb8e00b9358df9d4b50ebc238cab693d309a2736c /doc/ranger.pod
parentb3874587964240b0f270378c304d6ec1cda55a91 (diff)
downloadranger-e21fb9b5b6eac911f9061425826b05de97211549.tar.gz
defaults/commands: added cunmap, punmap, tunmap
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index b8d779c1..dd9c89bc 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -652,6 +652,31 @@ 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
+deep copy, so if you change the new binding (or parts of it) later, the old one
+is not modified.
+
+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>
+
+=item cunmap I<key> I<command>
+
+Removes key mappings of the console. Works like the C<unmap> command.
+
 =item delete [I<confirmation>]
 
 Destroy all files in the selection with a roundhouse kick.  Ranger will ask for
@@ -725,6 +750,10 @@ in their own sections.
 
 Binds keys for the pager. Works like the C<map> command.
 
+=item punmap I<key> I<command>
+
+Removes key mappings of the pager. Works like the C<unmap> command.
+
 =item quit
 
 Like quit!, but closes only this tab if multiple tabs are open.
@@ -786,6 +815,15 @@ Creates an empty file with the name I<filename>, unless it already exists.
 
 Binds keys for the taskview. Works like the C<map> command.
 
+=item tunmap I<key> I<command>
+
+Removes key mappings of the taskview. Works like the C<unmap> command.
+
+=item unmap [I<keys> ...]
+
+Removes the given key mappings in the "browser" context.  To unmap key bindings
+in the console, taskview, or pager use "cunmap", "tunmap" or "punmap".
+
 =item unmark I<pattern>
 
 Unmark all files matching a regular expression pattern.