wokalski / Distraction-Free-Xcode-plugin

Experience ZEN in Xcode. Distraction free mode, styled after Sublime
MIT License
51 stars 6 forks source link

Close distraction free window by clicking escape key #16

Closed wokalski closed 9 years ago

oblitum commented 9 years ago

Wouldn't this enter in conflict with XVim plugin? A working ESC is a must for Vi mode.

oblitum commented 9 years ago

IMO, distraction free mode is more related to full-screen which commonly is related to F11, or a hotkey using it, although OS X apps generally use some cmd-anything for that.

benkane commented 9 years ago

CTRL + F11 is pretty typical for triggering a distraction free mode. I'd suggest that, personally.

wokalski commented 9 years ago

I didn't think too much when I created this issue; stupid. I am not sure if I'm gonna implement CTRL+F11 either. ZEN mode cannot be "minimized", it just can be closed. Therefore cmd+W, standard OS X shortcut should be used for that.

Closing. Thank you guys for any contribution! The final release is going to be really really soon