You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.mkd
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,11 +133,17 @@ let VimuxOrientation = "h"
133
133
```
134
134
135
135
### VimuxUseNearestPane
136
-
Use nearest pane (not used by vim) if found instead of running
137
-
split-window.
138
-
Useful if you always have two panes opened and you want Vimux to use the
139
-
existing one.
136
+
Use nearest pane (not used by vim) if found instead of running split-window. Useful if you always have two panes opened and you want Vimux to use the existing one.
140
137
141
138
```viml
142
139
let VimuxUseNearestPane = 1
143
140
```
141
+
142
+
### VimuxResetSequence
143
+
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.
0 commit comments