* **Description**: Pressing `:` in normal mode should reveal the UI * **Acceptance Criteria**: * Must trap `:` in `EventTrap` * Must trigger `window.makeKeyAndOrderFront` * Must implement `<esc>` to hide the window and refocus the previous app
:in normal mode should reveal the UI:inEventTrapwindow.makeKeyAndOrderFront<esc>to hide the window and refocus the previous app