diff --git a/src/keys.cc b/src/keys.cc index 0b7ef525..1a1f1c06 100644 --- a/src/keys.cc +++ b/src/keys.cc @@ -54,6 +54,8 @@ static constexpr KeyAndName keynamemap[] = { { "end", Key::End }, { "backtab", Key::BackTab }, { "del", Key::Delete }, + { "plus", '+' }, + { "minus", '-' }, }; KeyList parse_keys(StringView str)