We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32056 commit 2ad5f96Copy full SHA for 2ad5f96
docs/examples.md
@@ -307,6 +307,26 @@ without `window_index` will use the lowest available window index.
307
308
```
309
310
+## Shell per pane
311
+
312
+Every pane can have its own shell or application started. This allows for usage
313
+of the ``remain-on-exit`` setting to be used properly, but also to have
314
+different shells on different panes.
315
316
+### YAML
317
318
+```{literalinclude} ../examples/pane-shell.yaml
319
+:language: yaml
320
321
+```
322
323
+### JSON
324
325
+```{literalinclude} ../examples/pane-shell.json
326
+:language: json
327
328
329
330
## Set tmux options
331
332
Works with global (server-wide) options, session options
0 commit comments