diff options
-rw-r--r-- | ranger/config/commands_sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands_sample.py b/ranger/config/commands_sample.py index e06db38a..698a92ca 100644 --- a/ranger/config/commands_sample.py +++ b/ranger/config/commands_sample.py @@ -16,7 +16,7 @@ class my_edit(Command): # help that is accessible by typing "?c" inside ranger. """:my_edit <filename> - Opens the specified file in vim + A sample command for demonstration purposes that opens a file in an editor. """ # The execute method is called when you run this command in ranger. |