diff options
-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. # |