about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-01 21:41:13 +0200
committerhut <hut@lavabit.com>2011-10-01 21:41:26 +0200
commita8b1b68638a1f3abee442d1e7af6bbb755ef54f5 (patch)
tree3870430e5505205bd9aa5bef10f86046e086e268
parentcb6e7379bc6afd90be4b4b51f375f4e9a3b37e2b (diff)
downloadranger-a8b1b68638a1f3abee442d1e7af6bbb755ef54f5.tar.gz
defaults/rc.conf: added introduction
-rw-r--r--ranger/defaults/rc.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/ranger/defaults/rc.conf b/ranger/defaults/rc.conf
index e70042e0..38b6f294 100644
--- a/ranger/defaults/rc.conf
+++ b/ranger/defaults/rc.conf
@@ -1,4 +1,24 @@
 # ===================================================================
+# This file contains the default startup commands for ranger.
+# To change them, it is recommended to create the file
+# ~/.config/ranger/rc.conf and add your custom commands there.
+#
+# If you copy this whole file there, add this line to your options.py
+# so it is not loaded twice:
+#
+#     load_default_rc = False
+#
+# The purpose of this file is mainly to define keybindings.  For
+# changing settings or running more complex python code, use the
+# configuation file "options.py" or define commands in "commands.py".
+#
+# 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.
+# ===================================================================
+
+
+# ===================================================================
 # == Define keys for the browser
 # ===================================================================