Skip to content

Commit b96f57d

Browse files
committed
docs: add gvim geometry example
1 parent 4557dd0 commit b96f57d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ Compatible examples:
104104

105105
These work because they open a separate editor process and do not try to take over the OpenCode TUI terminal.
106106

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+
107113
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.
108114

109115
Examples:

0 commit comments

Comments
 (0)