Reset key bindings in AtomEnvironment::reset

This commit is contained in:
Nathan Sobo
2015-10-05 16:50:11 -06:00
parent d34968b750
commit c4cfbab408
3 changed files with 4 additions and 2 deletions

View File

@@ -227,6 +227,9 @@ class AtomEnvironment extends Model
@config.reset()
@setConfigSchema()
@keymaps.clear()
@keymaps.loadBundledKeymaps()
###
Section: Event Subscription
###