From 53477b16c9377ad5c8b74e5ac872493c852e83df Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Thu, 7 Nov 2013 11:30:24 -0800 Subject: [PATCH] Correct docs to reflect the true default of VimuxUseNearestPane. Fixes 92 --- doc/vimux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 5bc1b35..ff1d649 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -275,7 +275,7 @@ Use exising pane (not used by vim) if found instead of running split-window. let VimuxUseNearestPane = 1 -Default: 0 +Default: 1 ------------------------------------------------------------------------------ *VimuxConfiguration_reset_sequence*