Merge pull request #157 from oskar1233/docs-missing-g

Fix docs typos (missing 'g:')
fix-tmux-next-3dot4
Leandro Ostera 7 years ago committed by GitHub
commit 1adbef72d2

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