@@ -110,7 +110,7 @@ VimuxOpenPane~
110
110
111
111
This will either open a new pane or use the nearest pane and set it as the
112
112
vimux runner pane for the other vimux commands. You can control if this command
113
- uses the nearest pane or always creates a new one with g:VimuxUseNearestPane
113
+ uses the nearest pane or always creates a new one with g:VimuxUseNearest
114
114
115
115
------------------------------------------------------------------------------
116
116
*VimuxPromptCommand*
@@ -282,12 +282,13 @@ Options:
282
282
Default: "v"
283
283
284
284
------------------------------------------------------------------------------
285
- *VimuxConfiguration_use_nearest_pane *
286
- 2.3 g:VimuxUseNearestPane ~
285
+ *VimuxConfiguration_use_nearest *
286
+ 2.3 g:VimuxUseNearest
287
287
288
- Use exising pane (not used by vim) if found instead of running split-window.
288
+ Use exising pane or window (not used by vim) if found instead of running
289
+ split-window.
289
290
290
- let VimuxUseNearestPane = 1
291
+ let VimuxUseNearest = 1
291
292
292
293
Default: 1
293
294
@@ -314,5 +315,20 @@ the prompt and your input.
314
315
315
316
Default: "Command? "
316
317
318
+ ------------------------------------------------------------------------------
319
+ *VimuxRunnerType*
320
+ 2.6 g:VimuxRunnerType~
321
+
322
+ The type of view object Vimux should use for the runner. For reference, a
323
+ tmux session is a group of windows, and a window is a layout of panes.
324
+
325
+ let g:VimuxRunnerType = "window"
326
+
327
+ Options:
328
+ "pane": for panes
329
+ "window": for windows
330
+
331
+ Default: "pane"
332
+
317
333
==============================================================================
318
334
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:
0 commit comments