diff options
-rwxr-xr-x | ranger/config/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index be0bbe3e..77d73bb8 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1159,7 +1159,7 @@ class help_(Command): self.fm.ui.console.ask( "View [m]an page, [k]ey bindings, [c]ommands or [s]ettings? (press q to abort)", callback, - list("mkcsq") + [chr(27)] + list("mqkcs") ) |