Skip to content

Commit f476177

Browse files
committed
Add VimuxClearRunnerHistory to docs and example keybind changes
1 parent a91e177 commit f476177

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

doc/vimux.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CONTENTS *vimux-contents*
1414
2.4 .............................. |VimuxCloseRunner|
1515
2.5 .............................. |VimuxClosePanes|
1616
2.6 .............................. |VimuxInterruptRunner|
17+
2.7 .............................. |VimuxClearRunnerHistory|
1718
3. Misc ............................ |VimuxMisc|
1819
3.1 Example Keybinding............ |VimuxExampleKeybinding|
1920
3.2 Tslime Replacement............ |VimuxTslimeReplacement|
@@ -67,6 +68,7 @@ Furthermore there are several handy commands all starting with 'Vimux':
6768
- |VimuxInspectRunner|
6869
- |VimuxInterruptRunner|
6970
- |VimuxPromptCommand|
71+
- |VimuxClearRunnerHistory|
7072

7173

7274
Note:
@@ -106,7 +108,7 @@ Prompt for a command and run it in a small horizontal split bellow the current
106108
pane.
107109
>
108110
" Prompt for a command to run map
109-
<Leader>rp :VimuxPromptCommand<CR>
111+
<Leader>vp :VimuxPromptCommand<CR>
110112
<
111113

112114
------------------------------------------------------------------------------
@@ -117,7 +119,7 @@ VimuxRunLastCommand~
117119
Run the last command executed by `VimuxRunCommand`
118120
>
119121
" Run last command executed by VimuxRunCommand
120-
map <Leader>rl :VimuxRunLastCommand<CR>
122+
map <Leader>vl :VimuxRunLastCommand<CR>
121123
<
122124

123125
------------------------------------------------------------------------------
@@ -129,7 +131,7 @@ Move into the tmux runner pane created by `VimuxRunCommand` and enter copy
129131
pmode (scroll mode).
130132
>
131133
" Inspect runner pane map
132-
<Leader>ri :VimuxInspectRunner<CR>
134+
<Leader>vi :VimuxInspectRunner<CR>
133135
<
134136

135137
------------------------------------------------------------------------------
@@ -140,7 +142,7 @@ VimuxCloseRunner~
140142
Close the tmux runner created by `VimuxRunCommand`
141143
>
142144
" Close vim tmux runner opened by VimuxRunCommand
143-
map <Leader>rq :VimuxCloseRunner<CR>
145+
map <Leader>vq :VimuxCloseRunner<CR>
144146
<
145147

146148
------------------------------------------------------------------------------
@@ -151,7 +153,7 @@ VimuxClosePanes~
151153
Close all other tmux panes in the current window.
152154
>
153155
" Close all other tmux panes in current window
154-
map <Leader>rx :VimuxClosePanes<CR>
156+
map <Leader>vx :VimuxClosePanes<CR>
155157
>
156158
157159
------------------------------------------------------------------------------
@@ -163,7 +165,20 @@ Interrupt any command that is running inside the
163165
runner pane.
164166
>
165167
" 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>
167182
<
168183

169184

0 commit comments

Comments
 (0)