@@ -14,6 +14,7 @@ CONTENTS *vimux-contents*
14
14
2.4 .............................. | VimuxCloseRunner |
15
15
2.5 .............................. | VimuxClosePanes |
16
16
2.6 .............................. | VimuxInterruptRunner |
17
+ 2.7 .............................. | VimuxClearRunnerHistory |
17
18
3. Misc ............................ | VimuxMisc |
18
19
3.1 Example Keybinding............ | VimuxExampleKeybinding |
19
20
3.2 Tslime Replacement............ | VimuxTslimeReplacement |
@@ -67,6 +68,7 @@ Furthermore there are several handy commands all starting with 'Vimux':
67
68
- | VimuxInspectRunner |
68
69
- | VimuxInterruptRunner |
69
70
- | VimuxPromptCommand |
71
+ - | VimuxClearRunnerHistory |
70
72
71
73
72
74
Note:
@@ -106,7 +108,7 @@ Prompt for a command and run it in a small horizontal split bellow the current
106
108
pane.
107
109
>
108
110
" Prompt for a command to run map
109
- <Leader>rp :VimuxPromptCommand<CR>
111
+ <Leader>vp :VimuxPromptCommand<CR>
110
112
<
111
113
112
114
------------------------------------------------------------------------------
@@ -117,7 +119,7 @@ VimuxRunLastCommand~
117
119
Run the last command executed by `VimuxRunCommand`
118
120
>
119
121
" Run last command executed by VimuxRunCommand
120
- map <Leader>rl :VimuxRunLastCommand<CR>
122
+ map <Leader>vl :VimuxRunLastCommand<CR>
121
123
<
122
124
123
125
------------------------------------------------------------------------------
@@ -129,7 +131,7 @@ Move into the tmux runner pane created by `VimuxRunCommand` and enter copy
129
131
pmode (scroll mode).
130
132
>
131
133
" Inspect runner pane map
132
- <Leader>ri :VimuxInspectRunner<CR>
134
+ <Leader>vi :VimuxInspectRunner<CR>
133
135
<
134
136
135
137
------------------------------------------------------------------------------
@@ -140,7 +142,7 @@ VimuxCloseRunner~
140
142
Close the tmux runner created by `VimuxRunCommand`
141
143
>
142
144
" Close vim tmux runner opened by VimuxRunCommand
143
- map <Leader>rq :VimuxCloseRunner<CR>
145
+ map <Leader>vq :VimuxCloseRunner<CR>
144
146
<
145
147
146
148
------------------------------------------------------------------------------
@@ -151,7 +153,7 @@ VimuxClosePanes~
151
153
Close all other tmux panes in the current window.
152
154
>
153
155
" Close all other tmux panes in current window
154
- map <Leader>rx :VimuxClosePanes<CR>
156
+ map <Leader>vx :VimuxClosePanes<CR>
155
157
>
156
158
157
159
------------------------------------------------------------------------------
@@ -163,7 +165,20 @@ Interrupt any command that is running inside the
163
165
runner pane.
164
166
>
165
167
" Interrupt any command running in the runner pane map
166
- <Leader>rs :VimuxInterruptRunner<CR>
168
+ <Leader>vs :VimuxInterruptRunner<CR>
169
+ <
170
+
171
+
172
+
173
+ ------------------------------------------------------------------------------
174
+ *VimuxClearRunnerHistory*
175
+ VimuxClearRunnerHistory~
176
+
177
+ Clear ths tmux history of the runner pane for when
178
+ you enter tmux scroll mode inside the runner pane.
179
+ >
180
+ " Clear the tmux history of the runner pane
181
+ <Leader>vc :VimuxClearRunnerHistory<CR>
167
182
<
168
183
169
184
0 commit comments