User interface¶
EYE uses by default only one window but it’s possible to use multiple windows thanks to scripting. See eye.widgets.window module.
Each EYE window can be split horizontally or vertically, and each split part can be also split, recursively. See Keyboard shortcuts and eye.widgets.splitter module.
Each split can contain multiple tabs. By default, opening a new file will add a new tab in current split zone. See eye.widgets.tabs module.