We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6a9a commit ff54646Copy full SHA for ff54646
doc/vimux.txt
@@ -314,5 +314,20 @@ the prompt and your input.
314
315
Default: "Command? "
316
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
332
==============================================================================
333
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:
0 commit comments