This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "\e[A": history-search-backward | |
| "\e[B": history-search-forward | |
| "\e[C": forward-char | |
| "\e[D": backward-char | |
| # ~/.inputrc on remote Ubuntu | |
| "\e\e[D": backward-word | |
| "\e\e[C": forward-word | |
| # fallback for Meta + b/f in case other apps send it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const GENERATE_UI_PROMPT = `# UI Generation Prompt | |
| Generate a beautiful, non-interactive UI mockup using HTML and Tailwind CSS that solves the user's described problem. | |
| **CRITICAL: Generate ONLY the page contents (div elements with Tailwind classes). Do NOT generate \`<!DOCTYPE html>\`, \`<html>\`, \`<head>\`, \`<body>\`, or any document structure tags. Only output the content that goes inside the body.** | |
| ## Requirements | |
| ### Technical Constraints |
OlderNewer