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
+153-1Lines changed: 153 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ For deep technical details, see [ARCHITECTURE.md](./ARCHITECTURE.md).
151
151
split_width_percentage=0.30,
152
152
provider="auto", -- "auto", "snacks", "native", or custom provider table
153
153
auto_close=true,
154
-
snacks_win_opts= {}, -- Opts to pass to `Snacks.terminal.open()`
154
+
snacks_win_opts= {}, -- Opts to pass to `Snacks.terminal.open()` - see Floating Window section below
155
155
},
156
156
157
157
-- Diff Integration
@@ -167,6 +167,158 @@ For deep technical details, see [ARCHITECTURE.md](./ARCHITECTURE.md).
167
167
}
168
168
```
169
169
170
+
## Floating Window Configuration
171
+
172
+
The `snacks_win_opts` configuration allows you to create floating Claude Code terminals with custom positioning, sizing, and key bindings. Here are several practical examples:
0 commit comments