about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xranger/config/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 404a1edb..e14f0818 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1326,7 +1326,7 @@ class cunmap(unmap):
 
     Remove the given "console" mappings
     """
-    context = 'browser'
+    context = 'console'
 
 
 class punmap(unmap):