File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ VimuxOpenPane~
110
110
111
111
This will either open a new pane or use the nearest pane and set it as the
112
112
vimux runner pane for the other vimux commands. You can control if this command
113
- uses the nearest pane or always creates a new one with g:VimuxUseNearestPane
113
+ uses the nearest pane or always creates a new one with g:VimuxUseNearest
114
114
115
115
------------------------------------------------------------------------------
116
116
*VimuxPromptCommand*
@@ -282,12 +282,13 @@ Options:
282
282
Default: "v"
283
283
284
284
------------------------------------------------------------------------------
285
- *VimuxConfiguration_use_nearest_pane *
286
- 2.3 g:VimuxUseNearestPane ~
285
+ *VimuxConfiguration_use_nearest *
286
+ 2.3 g:VimuxUseNearest
287
287
288
- Use exising pane (not used by vim) if found instead of running split-window.
288
+ Use exising pane or window (not used by vim) if found instead of running
289
+ split-window.
289
290
290
- let VimuxUseNearestPane = 1
291
+ let VimuxUseNearest = 1
291
292
292
293
Default: 1
293
294
You can’t perform that action at this time.
0 commit comments