Keith Showalter

Results 2 comments of Keith Showalter

I found the problem, but not the solution. The [docs](https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md#binding-raw-escape-sequences) say we can not use any key not on there list (even though some of the defaults seem to do...

Look for "workbench.colorCustomizations" in your settings.json file (project and global levels), and probably delete that whole section. Worst case, try adding this: ```json "workbench.colorCustomizations": { "activityBar.background": false, "titleBar.activeBackground": false, "titleBar.activeForeground":...