@@ -110,7 +110,7 @@ VimuxOpenPane~
110110
111111This will either open a new pane or use the nearest pane and set it as the
112112vimux 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
114114
115115------------------------------------------------------------------------------
116116 *VimuxPromptCommand*
@@ -282,12 +282,13 @@ Options:
282282Default: "v"
283283
284284------------------------------------------------------------------------------
285- *VimuxConfiguration_use_nearest_pane *
286- 2.3 g:VimuxUseNearestPane ~
285+ *VimuxConfiguration_use_nearest *
286+ 2.3 g:VimuxUseNearest
287287
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.
289290
290- let VimuxUseNearestPane = 1
291+ let VimuxUseNearest = 1
291292
292293Default: 1
293294
@@ -314,5 +315,20 @@ the prompt and your input.
314315
315316Default: "Command? "
316317
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+
317333==============================================================================
318334vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:
0 commit comments