about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-04-28 04:18:28 +0200
committerhut <hut@lepus.uberspace.de>2014-04-28 04:18:28 +0200
commitb5faa2e41d19a92cc3d19c591254eee77f60cfa3 (patch)
tree0ebb0b94e5b1e4745f67a8de1cb1c9038115bf66
parent3e31022b943f33f0466f9f5b7b452cf2363bfb40 (diff)
downloadranger-b5faa2e41d19a92cc3d19c591254eee77f60cfa3.tar.gz
doc/ranger.1: Added more key bindings to the man page
-rw-r--r--doc/ranger.142
-rw-r--r--doc/ranger.pod54
2 files changed, 93 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index c0971d47..cd993202 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.6.1" "04/11/2014" "ranger manual"
+.TH RANGER 1 "ranger-1.6.1" "04/28/2014" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -411,6 +411,8 @@ Move to the top
 .IP "G" 14
 .IX Item "G"
 Move to the bottom
+.IP "[, ]" 14
+Move up and down in the parent directory.
 .IP "^R" 14
 .IX Item "^R"
 Reload everything
@@ -419,7 +421,7 @@ Reload everything
 Redraw the screen
 .IP "i" 14
 .IX Item "i"
-Display the current file in a bigger window.
+Inspect the current file in a bigger window.
 .IP "E" 14
 .IX Item "E"
 Edit the current file in \f(CW$EDITOR\fR (\*(L"nano\*(R" by default)
@@ -428,6 +430,19 @@ 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 "W" 14
+.IX Item "W"
+Opens the log window where you can review messages that pop up at the bottom.
+.IP "w" 14
+.IX Item "w"
+Opens the task window where you can view and modify background processes that
+currently run in ranger.  In there, you can type \*(L"dd\*(R" to abort a process and
+\&\*(L"J\*(R" or \*(L"K\*(R" to change the priority of a process.  Only one process is run at a
+time.
+.IP "^C" 14
+.IX Item "^C"
+Stop the currently running background process that ranger has started, like
+copying files, loading directories or file previews.
 .IP "<octal>=, +<who><what>, \-<who><what>" 14
 .IX Item "<octal>=, +<who><what>, -<who><what>"
 Change the permissions of the selection.  For example, \f(CW\*(C`777=\*(C'\fR is equivalent to
@@ -445,6 +460,16 @@ modern \s-1GUI\s0 programs.
 .IP "po" 14
 .IX Item "po"
 Paste the copied/cut files, overwriting existing files.
+.IP "pl, pL" 14
+.IX Item "pl, pL"
+Create symlinks (absolute or relative) to the copied files
+.IP "phl" 14
+.IX Item "phl"
+Create hardlinks to the copied files
+.IP "pht" 14
+.IX Item "pht"
+Duplicate the subdirectory tree of the copied directory, then create
+hardlinks for each contained file into the new directory tree.
 .IP "m\fIX\fR" 14
 .IX Item "mX"
 Create a bookmark with the name \fIX\fR
@@ -488,6 +513,19 @@ the cursor until you press \s-1ESC. \s0 To unselect files in the same way, use \
 Search for files in the current directory.
 .IP ":" 14
 Open the console.
+.IP "!" 14
+Open the console with the content \*(L"shell \*(R" so you can quickly run commands
+.IP "@" 14
+Open the console with the content \*(L"shell  \f(CW%s\fR\*(R", placing the cursor before the
+\&\*(L" \f(CW%s\fR\*(R" so you can quickly run commands with the current selection as the
+argument.
+.IP "r" 14
+.IX Item "r"
+Open the console with the content \*(L"open with \*(R" so you can decide which program
+to use to open the current file selection.
+.IP "cd" 14
+.IX Item "cd"
+Open the console with the content \*(L"cd \*(R"
 .IP "Alt\-\fIN\fR" 14
 .IX Item "Alt-N"
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 7dc50d32..182de859 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -317,6 +317,10 @@ Move to the top
 
 Move to the bottom
 
+=item [, ]
+
+Move up and down in the parent directory.
+
 =item ^R
 
 Reload everything
@@ -327,7 +331,7 @@ Redraw the screen
 
 =item i
 
-Display the current file in a bigger window.
+Inspect the current file in a bigger window.
 
 =item E
 
@@ -341,6 +345,22 @@ Open a shell in the current directory
 
 Opens this man page
 
+=item W
+
+Opens the log window where you can review messages that pop up at the bottom.
+
+=item w
+
+Opens the task window where you can view and modify background processes that
+currently run in ranger.  In there, you can type "dd" to abort a process and
+"J" or "K" to change the priority of a process.  Only one process is run at a
+time.
+
+=item ^C
+
+Stop the currently running background process that ranger has started, like
+copying files, loading directories or file previews.
+
 =item <octal>=, +<who><what>, -<who><what>
 
 Change the permissions of the selection.  For example, C<777=> is equivalent to
@@ -363,6 +383,19 @@ modern GUI programs.
 
 Paste the copied/cut files, overwriting existing files.
 
+=item pl, pL
+
+Create symlinks (absolute or relative) to the copied files
+
+=item phl
+
+Create hardlinks to the copied files
+
+=item pht
+
+Duplicate the subdirectory tree of the copied directory, then create
+hardlinks for each contained file into the new directory tree.
+
 =item mI<X>
 
 Create a bookmark with the name I<X>
@@ -421,6 +454,25 @@ Search for files in the current directory.
 
 Open the console.
 
+=item !
+
+Open the console with the content "shell " so you can quickly run commands
+
+=item @
+
+Open the console with the content "shell  %s", placing the cursor before the
+" %s" so you can quickly run commands with the current selection as the
+argument.
+
+=item r
+
+Open the console with the content "open with " so you can decide which program
+to use to open the current file selection.
+
+=item cd
+
+Open the console with the content "cd "
+
 =item Alt-I<N>
 
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it