From a74b089c92dba1198015caf2a011385ae3c4b73f Mon Sep 17 00:00:00 2001 From: Larry Lv Date: Tue, 29 Oct 2013 19:52:15 +0800 Subject: [PATCH] Update vimux.txt --- doc/vimux.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 5bc1b35..447cc1e 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 <