zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

When in full screen and in vi mode, Esc exits full screen #455

Open zmlka opened 10 years ago

zmlka commented 10 years ago

(using zed on ChromeOS) keybinding: "vim"

Unfortunately, it seems that when in Zed is in fullscreen (by pressing on the two arrows on the top left corner) vim's most essential feature, switching into normal mode by pressing the escape key, exits full screen instead.

gsf commented 9 years ago

I've run into this in the standard keybinding as well when hitting ESC to get out of code completion. Docs at https://developer.chrome.com/apps/app_window suggest it's possible. Interesting history on this at https://code.google.com/p/chromium/issues/detail?id=320487.

gsf commented 9 years ago

This also affects the Ctrl-[ binding since it's an alias for ESC.