Add detail about VimuxOpenExtraArgs option to docs

fix-tmux-next-3dot4
Michael vanderKamp 4 years ago
parent 556a2d692b
commit 67bd945586

@ -362,5 +362,17 @@ redefine this if you're using something like tmate.
Default: "tmux"
------------------------------------------------------------------------------
*VimuxOpenExtraArgs*
2.8 g:VimuxOpenExtraArgs~
Allows addtional arguments to be passed to the tmux command that opens the
runner. Make sure that the arguments specified are valid depending on whether
you're using panes or windows, and your version of tmux.
let g:VimuxOpenExtraArgs = "-c #{pane_current_path}"
Default: "tmux"
==============================================================================
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:

Loading…
Cancel
Save