diff options
-rw-r--r-- | ranger/defaults/rc.conf | 20 |
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 # =================================================================== |