Fix docs typos (missing 'g:')

pull/157/head
Oskar Laska 7 years ago
parent ca96cac46b
commit 9c3195a0be

@ -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"

Loading…
Cancel
Save