Skip to content

Commit a74b089

Browse files
committed
Update vimux.txt
1 parent 6fb5977 commit a74b089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/vimux.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Prompt for a command and run it in a small horizontal split bellow the current
121121
pane.
122122
>
123123
" Prompt for a command to run map
124-
<Leader>vp :VimuxPromptCommand<CR>
124+
map <Leader>vp :VimuxPromptCommand<CR>
125125
<
126126

127127
------------------------------------------------------------------------------
@@ -142,7 +142,7 @@ Move into the tmux runner pane created by `VimuxRunCommand` and enter copy
142142
pmode (scroll mode).
143143
>
144144
" Inspect runner pane map
145-
<Leader>vi :VimuxInspectRunner<CR>
145+
map <Leader>vi :VimuxInspectRunner<CR>
146146
<
147147

148148
------------------------------------------------------------------------------
@@ -163,7 +163,7 @@ Interrupt any command that is running inside the
163163
runner pane.
164164
>
165165
" Interrupt any command running in the runner pane map
166-
<Leader>vs :VimuxInterruptRunner<CR>
166+
map <Leader>vs :VimuxInterruptRunner<CR>
167167
<
168168

169169

@@ -176,7 +176,7 @@ Clear the tmux history of the runner pane for when
176176
you enter tmux scroll mode inside the runner pane.
177177
>
178178
" Clear the tmux history of the runner pane
179-
<Leader>vc :VimuxClearRunnerHistory<CR>
179+
map <Leader>vc :VimuxClearRunnerHistory<CR>
180180
<
181181

182182

0 commit comments

Comments
 (0)