sublime press key “escape” can't type anything

轉 載https://stackoverflow.com/questions/34216851/sublime-press-key-escape-cant-type-anything

I know this is an old question but I’ve had the exact same problem for a while and it annoyed me to no end. I’ve managed to figure out the issue and a solution so I’ll post it here in case anyone else has this problem.

The problem is that the package “Vintage” is not in your ignored_packages setting.

To solve: Preferences->Settings

This should open both the global and user settings. In the user settings you will probably have something along the lines of :

{
“ignored_packages”:
[
]
}
Simply change this to: (or add this to your user settings file)

{
“ignored_packages”:
[
“Vintage”
]
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章