about summary refs log tree commit diff stats
path: root/ranger/data/config_examples/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/data/config_examples/rc.conf')
-rw-r--r--ranger/data/config_examples/rc.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/ranger/data/config_examples/rc.conf b/ranger/data/config_examples/rc.conf
index 3d16c964..87ede612 100644
--- a/ranger/data/config_examples/rc.conf
+++ b/ranger/data/config_examples/rc.conf
@@ -8,10 +8,17 @@
 # Each line is a command that will be run before the user interface
 # is initialized.  As a result, you can not use commands which rely on
 # the UI such as "delete" or "mark".  Lines starting with # are comments.
-# Refer to the man page or press 2? in ranger for a list of commands.
+#
+# Note: Press 1? in ranger for a list of key bindings and 2? for a list
+# of commands.
 # ===================================================================
+# The "map" command maps a key sequence to a command. "map gt cd /tmp"
+# maps the keys "gt" to the command "cd /tmp".  "copymap" copies a key
+# binding to another key sequence and "unmap" deletes the given key binding.
+#
+# Here are some examples:
 
-# common directories (this overrides some default keybindings)
+# go to common directories (this overrides some default keybindings)
 #map gt cd /tmp
 #map gc cd ~/.config
 #map gp cd /usr/portage