Browse Source

docs: edit

Jay V 5 months ago
parent
commit
9d3fdda674
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/web/src/content/docs/ide.mdx

+ 1 - 3
packages/web/src/content/docs/ide.mdx

@@ -24,9 +24,7 @@ To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium
 2. Open the integrated terminal
 2. Open the integrated terminal
 3. Run `opencode` - the extension installs automatically
 3. Run `opencode` - the extension installs automatically
 
 
-:::tip
-Run Set `export EDITOR="code --wait"` in your terminal to enable `/export` and similar commands. For other editors, check [Editor Setup](https://opencode.ai/docs/tui/#editor-setup).
-:::
+If on the other hand you want to use your own IDE when you run `/editor` or `/export` from the TUI, you'll need to set `export EDITOR="code --wait"`. [Learn more](https://opencode.ai/docs/tui/#editor-setup).
 
 
 ---
 ---