summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 2e58dc86..5f89e99d 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -71,6 +71,9 @@ class UI(object):
self.mode = ''
self.commandprompthistory = []
+ for key, value in config.items('urwid-maps'):
+ command_map[key] = value
+
self.logger.debug('setup bindings')
cmd = commandfactory('search', query=initialquery)
self.apply_command(cmd)