summary refs log tree commit diff stats
path: root/ranger/conf/keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/conf/keys.py')
-rw-r--r--ranger/conf/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/conf/keys.py b/ranger/conf/keys.py
index 9a9bcff3..a800253b 100644
--- a/ranger/conf/keys.py
+++ b/ranger/conf/keys.py
@@ -59,6 +59,7 @@ def initialize_commands(cl):
 	for key in ALLOWED_BOOKMARK_KEYS:
 		cl.bind(c(FM.enter_bookmark, key),   "`" + key, "'" + key)
 		cl.bind(c(FM.set_bookmark, key),     "m" + key)
+		cl.bind(c(FM.unset_bookmark, key),   "um" + key)
 
 	# system functions
 	cl.bind(FM.exit,         ctrl('D'), 'q', 'ZZ')