diff options
author | hut <hut@lepus.uberspace.de> | 2015-02-18 00:05:42 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-02-18 00:05:42 +0100 |
commit | d6098a81a0e62274b0bf975975d2c3a72bdfcbdc (patch) | |
tree | 03a00dda9c691f7faf219dcb14e6c5e6a65c5521 | |
parent | 370c270d14e2354aefeae878a58e1f34b3647839 (diff) | |
download | ranger-d6098a81a0e62274b0bf975975d2c3a72bdfcbdc.tar.gz |
config/commands.py: add comment
-rw-r--r-- | ranger/config/commands.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index b6edf0e9..55f6442b 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -2,6 +2,11 @@ # Copyright (C) 2009-2013 Roman Zimbelmann <hut@hut.pm> # This configuration file is licensed under the same terms as ranger. # =================================================================== +# +# NOTE: If you copied this file to ~/.config/ranger/commands_full.py, +# then it will NOT be loaded by ranger, and only serve as a reference. +# +# =================================================================== # This file contains ranger's commands. # It's all in python; lines beginning with # are comments. # |