From ff54646761832693f3a5e64ac4f024c941cf5b03 Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Sat, 11 Jan 2014 18:31:25 -0600 Subject: [PATCH] Document VimuxRunnerType option --- doc/vimux.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/vimux.txt b/doc/vimux.txt index c18d0c6..1c26054 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -314,5 +314,20 @@ the prompt and your input. Default: "Command? " +------------------------------------------------------------------------------ + *VimuxRunnerType* +2.6 g:VimuxRunnerType~ + +The type of view object Vimux should use for the runner. For reference, a +tmux session is a group of windows, and a window is a layout of panes. + + let g:VimuxRunnerType = "window" + +Options: + "pane": for panes + "window": for windows + +Default: "pane" + ============================================================================== vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl: