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 556a2d6 commit 67bd945Copy full SHA for 67bd945
doc/vimux.txt
@@ -362,5 +362,17 @@ redefine this if you're using something like tmate.
362
363
Default: "tmux"
364
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
377
==============================================================================
378
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:
0 commit comments