You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ Compatible examples:
104
104
105
105
These work because they open a separate editor process and do not try to take over the OpenCode TUI terminal.
106
106
107
+
If you use gVim and want a larger planner window, you can set geometry directly, for example:
108
+
109
+
-`PLAN_VISUAL="gvim -f -geometry 120x100"`
110
+
111
+
That opens gVim in the foreground with a window that is roughly 120 columns wide and 100 lines tall.
112
+
107
113
Bare terminal editors like `vim` or `nvim` are not sufficient on their own because the plugin does not hand the current TUI terminal over to the editor. If you want to use them, wrap them in a terminal-emulator command that opens a new window and waits for it to exit.
0 commit comments