Skip to content

Commit ff54646

Browse files
committed
Document VimuxRunnerType option
1 parent efa6a9a commit ff54646

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/vimux.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,20 @@ the prompt and your input.
314314

315315
Default: "Command? "
316316

317+
------------------------------------------------------------------------------
318+
*VimuxRunnerType*
319+
2.6 g:VimuxRunnerType~
320+
321+
The type of view object Vimux should use for the runner. For reference, a
322+
tmux session is a group of windows, and a window is a layout of panes.
323+
324+
let g:VimuxRunnerType = "window"
325+
326+
Options:
327+
"pane": for panes
328+
"window": for windows
329+
330+
Default: "pane"
331+
317332
==============================================================================
318333
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:

0 commit comments

Comments
 (0)