File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Prompt for a command and run it in a small horizontal split bellow the current
121
121
pane.
122
122
>
123
123
" Prompt for a command to run map
124
- <Leader>vp :VimuxPromptCommand<CR>
124
+ map <Leader>vp :VimuxPromptCommand<CR>
125
125
<
126
126
127
127
------------------------------------------------------------------------------
@@ -142,7 +142,7 @@ Move into the tmux runner pane created by `VimuxRunCommand` and enter copy
142
142
pmode (scroll mode).
143
143
>
144
144
" Inspect runner pane map
145
- <Leader>vi :VimuxInspectRunner<CR>
145
+ map <Leader>vi :VimuxInspectRunner<CR>
146
146
<
147
147
148
148
------------------------------------------------------------------------------
@@ -163,7 +163,7 @@ Interrupt any command that is running inside the
163
163
runner pane.
164
164
>
165
165
" Interrupt any command running in the runner pane map
166
- <Leader>vs :VimuxInterruptRunner<CR>
166
+ map <Leader>vs :VimuxInterruptRunner<CR>
167
167
<
168
168
169
169
@@ -176,7 +176,7 @@ Clear the tmux history of the runner pane for when
176
176
you enter tmux scroll mode inside the runner pane.
177
177
>
178
178
" Clear the tmux history of the runner pane
179
- <Leader>vc :VimuxClearRunnerHistory<CR>
179
+ map <Leader>vc :VimuxClearRunnerHistory<CR>
180
180
<
181
181
182
182
You can’t perform that action at this time.
0 commit comments