diff --git a/doc/vimux.txt b/doc/vimux.txt index ff1d649..25b74ea 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -121,7 +121,7 @@ Prompt for a command and run it in a small horizontal split bellow the current pane. > " Prompt for a command to run map - vp :VimuxPromptCommand + map vp :VimuxPromptCommand < ------------------------------------------------------------------------------ @@ -142,7 +142,7 @@ Move into the tmux runner pane created by `VimuxRunCommand` and enter copy pmode (scroll mode). > " Inspect runner pane map - vi :VimuxInspectRunner + map vi :VimuxInspectRunner < ------------------------------------------------------------------------------ @@ -163,7 +163,7 @@ Interrupt any command that is running inside the runner pane. > " Interrupt any command running in the runner pane map - vs :VimuxInterruptRunner + map vs :VimuxInterruptRunner < @@ -176,7 +176,7 @@ Clear the tmux history of the runner pane for when you enter tmux scroll mode inside the runner pane. > " Clear the tmux history of the runner pane - vc :VimuxClearRunnerHistory + map vc :VimuxClearRunnerHistory <