Skip to content

Commit 67bd945

Browse files
Michael vanderKampMichael vanderKamp
authored andcommitted
Add detail about VimuxOpenExtraArgs option to docs
1 parent 556a2d6 commit 67bd945

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/vimux.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,5 +362,17 @@ redefine this if you're using something like tmate.
362362

363363
Default: "tmux"
364364

365+
------------------------------------------------------------------------------
366+
*VimuxOpenExtraArgs*
367+
2.8 g:VimuxOpenExtraArgs~
368+
369+
Allows addtional arguments to be passed to the tmux command that opens the
370+
runner. Make sure that the arguments specified are valid depending on whether
371+
you're using panes or windows, and your version of tmux.
372+
373+
let g:VimuxOpenExtraArgs = "-c #{pane_current_path}"
374+
375+
Default: "tmux"
376+
365377
==============================================================================
366378
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:

0 commit comments

Comments
 (0)