From 5a7f37b43eaa5be7a5e90c56d48dbbae0a0f7337 Mon Sep 17 00:00:00 2001 From: Michael van der Kamp Date: Sun, 19 Nov 2023 15:16:52 -0800 Subject: [PATCH] Add docs about VimuxDebug --- doc/vimux.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/vimux.txt b/doc/vimux.txt index 8ab6ad3..3936164 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -469,5 +469,16 @@ runner is created instead, positioned according to `VimuxOrientation`. < Default: {} +------------------------------------------------------------------------------ + *VimuxDebug* +4.13 g:VimuxDebug~ + +If you're having trouble with vimux, set this option to get vimux to pass each +tmux command to |echomsg| before running it. +> + let g:VimuxDebug = v:true +< +Default: v:false + ============================================================================== vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl: