Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1015 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 1015 Bytes

##ZEN - Distraction free mode in Xcode

Sometimes Xcode UI is too overwhelming. Enter distraction free mode, whenever you want to focus code. It was inspired by Sublime Text. Works just like Xcode editor with autocompletion, cmd+click navigation, Open Quickly (cmd+shift+O) etc.

##Using ZEN

Just go to View->Distraction Free Mode or use a designated shortcut (it depends on Xcode version)

##Installing

Install via Alcatraz or clone/download ZIP and build.

##Contributing

Check out issues page for exisitng issues or create one. If you consider contributing please do pay attention to code style. You should follow the style conventions of existing code. If you are in trouble check out NY Times' objc. This project is more or less compliant with them.

If you create an issue please add a note about Xcode version. Please do not duplicate issues. If you are really concerned about certain issue, comment it.