@@ -13,9 +13,10 @@ CONTENTS *vimux-contents*
13
13
2.3 .............................. | VimuxInspectRunner |
14
14
2.4 .............................. | VimuxCloseRunner |
15
15
2.5 .............................. | VimuxInterruptRunner |
16
- 2.6 .............................. | VimuxClearRunnerHistory |
17
- 2.7 .............................. | VimuxZoomRunner |
18
- 2.8 .............................. | VimuxRunCommandInDir |
16
+ 2.6 .............................. | VimuxClearTerminalScreen |
17
+ 2.7 .............................. | VimuxClearRunnerHistory |
18
+ 2.8 .............................. | VimuxZoomRunner |
19
+ 2.9 .............................. | VimuxRunCommandInDir |
19
20
3. Misc ............................ | VimuxMisc |
20
21
3.1 Example Keybinding............ | VimuxExampleKeybinding |
21
22
3.2 Tslime Replacement............ | VimuxTslimeReplacement |
@@ -70,6 +71,7 @@ Furthermore there are several handy commands all starting with 'Vimux':
70
71
- | VimuxInspectRunner |
71
72
- | VimuxInterruptRunner |
72
73
- | VimuxPromptCommand |
74
+ - | VimuxClearTerminalScreen |
73
75
- | VimuxClearRunnerHistory |
74
76
- | VimuxZoomRunner |
75
77
- | VimuxRunCommandInDir |
@@ -170,6 +172,15 @@ runner pane.
170
172
<
171
173
172
174
175
+ ------------------------------------------------------------------------------
176
+ *VimuxClearTerminalScreen*
177
+ VimuxClearTerminalScreen~
178
+
179
+ Clear the terminal screen of the runner pane.
180
+ >
181
+ " Clear the terminal screen of the runner pane.
182
+ map <Leader>v<C-l> :VimuxClearTerminalScreen<CR>
183
+ <
173
184
174
185
------------------------------------------------------------------------------
175
186
*VimuxClearRunnerHistory*
@@ -240,6 +251,9 @@ Full Keybind Example~
240
251
241
252
" Zoom the runner pane (use <bind-key> z to restore runner pane)
242
253
map <Leader>vz :call VimuxZoomRunner()<CR>
254
+
255
+ " Clear the terminal screen of the runner pane.
256
+ map <Leader>v<C-l> :VimuxClearTerminalScreen<CR>
243
257
>
244
258
245
259
------------------------------------------------------------------------------
0 commit comments