diff --git a/doc/vimux.txt b/doc/vimux.txt index 7f73473..a469d49 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -309,7 +309,7 @@ Default: "v" Use existing pane or window (not used by vim) if found instead of running split-window. - let VimuxUseNearest = 1 + let g:VimuxUseNearest = 1 Default: 1 @@ -320,7 +320,7 @@ Default: 1 The keys sent to the runner pane before running a command. By default it sends `q` to make sure the pane is not in scroll-mode and `C-u` to clear the line. - let VimuxResetSequence = "" + let g:VimuxResetSequence = "" Default: "q C-u"