Add keymenu

This commit is contained in:
Zachary Yedidia
2019-01-16 18:37:45 -05:00
parent 254b892a3b
commit 212b0f8c71
4 changed files with 41 additions and 17 deletions

View File

@@ -395,7 +395,6 @@ func SetGlobalOption(option, value string) error {
}
}
// TODO: info and keymenu option change
if option == "infobar" || option == "keymenu" {
Tabs.Resize()
}