summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index be257c40..410ac83b 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -165,6 +165,7 @@ class Core(object):
'M-C': self.scroll_info_down,
'M-k': self.escape_next_key,
######## actions mappings ##########
+ '_noop': lambda *args, **kwargs: None,
'_bookmark': self.command.bookmark,
'_bookmark_local': self.command.bookmark_local,
'_close_tab': self.close_tab,