about summary refs log tree commit diff stats
path: root/doc/ranger.pod
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 /doc/ranger.pod
parent3e31022b943f33f0466f9f5b7b452cf2363bfb40 (diff)
downloadranger-b5faa2e41d19a92cc3d19c591254eee77f60cfa3.tar.gz
doc/ranger.1: Added more key bindings to the man page
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod54
1 files changed, 53 insertions, 1 deletions
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