diff options
author | toonn <toonn@toonn.io> | 2019-09-23 23:28:14 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-09-23 23:28:59 +0200 |
commit | 30e04fe6ef9d27e02362821e3a9409cda52e4357 (patch) | |
tree | 81728029f27aa0435ca1f6eda4bc65ac0799ad4b /doc/ranger.pod | |
parent | 4c0614fd6055fbe7e98db1fc61e21b0049140c57 (diff) | |
download | ranger-30e04fe6ef9d27e02362821e3a9409cda52e4357.tar.gz |
Add multiple section headings for command variations
I also added a utf8 encoding directive because pod2man complains otherwise and I see no reason not to have a utf8 manpage.
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index dfb9386a..e84c13a7 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1,3 +1,4 @@ +=encoding utf8 =head1 NAME ranger - visual file manager @@ -1313,7 +1314,13 @@ See also: man 1 chmod Opens the console with the command already typed in. The cursor is placed at I<N>. -=item copymap I<key> I<newkey> [I<newkey2> ...] +=item copymap I<key> I<newkey> [I<newkey2> ...] + +=item copycmap I<key> I<newkey> [I<newkey2> ...] + +=item copypmap I<key> I<newkey> [I<newkey2> ...] + +=item copytmap 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 @@ -1440,7 +1447,13 @@ See the I<ranger.core.linemode> module for some examples. Load the copy buffer from F<~/.config/ranger/copy_buffer>. This can be used to pass the list of copied files to another ranger instance. -=item map I<key> I<command> +=item map I<key> I<command> + +=item cmap I<key> I<command> + +=item pmap I<key> I<command> + +=item tmap I<key> I<command> Assign the key combination to the given command. Whenever you type the key/keys, the command will be executed. Additionally, if you use a quantifier @@ -1644,7 +1657,13 @@ To close the console, press ESC or execute a file. This command is based on the I<scout> command and supports all of its options. -=item unmap [I<keys> ...] +=item unmap [I<keys> ...] + +=item cunmap [I<keys> ...] + +=item punmap [I<keys> ...] + +=item tunmap [I<keys> ...] Removes the given key mappings in the "browser" context. To unmap key bindings in the console, pager, or taskview use "cunmap", "punmap" or "tunmap". |