From 3246f758275e9211c81ce8f4b4b98db73a84d953 Mon Sep 17 00:00:00 2001 From: Dain Miller Date: Sat, 17 Oct 2015 02:08:43 -0400 Subject: [PATCH] Update vim-tmux-runner.txt --- doc/vim-tmux-runner.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/vim-tmux-runner.txt b/doc/vim-tmux-runner.txt index 442ffa5..84f6192 100644 --- a/doc/vim-tmux-runner.txt +++ b/doc/vim-tmux-runner.txt @@ -9,7 +9,7 @@ CONTENTS *vtr-contents* 1. About............................ |VTR-About| 2. Usage ........................... |VTR-Usage| 2.1 ............................... |VtrSendCommandToRunner| - 2.2 ............................... |VtrSendLineToRunner| + 2.2 ............................... |VtrSendLinesToRunner| 2.3 ............................... |VtrSendSelectedToRunner| 2.4 ............................... |VtrOpenRunner| 2.5 ............................... |VtrKillRunner| @@ -70,7 +70,7 @@ USAGE (2) *VTR-Usage* VTR provides a collection of commands and functions that allow Vim to interact with tmux. The primary command is VtrSendCommandToRunner. This allows for any command string to be passed to tmux for execution. The commands -VtrSendLineToRunner and VtrSendSelectedToRunner allow for either the current +VtrSendLinesToRunner and VtrSendSelectedToRunner allow for either the current visually selected region or the current line to be sent to the tmux runner pane for execution. This functionality is similar to SLIME[5] mode for the Emacs text editor. @@ -102,8 +102,8 @@ continue to be used for subsequent calls to the command. The stored command can be cleared using |VtrFlushCommand|. ------------------------------------------------------------------------------ - *VtrSendLineToRunner* -2.2 VtrSendLineToRunner~ + *VtrSendLinesToRunner* +2.2 VtrSendLinesToRunner~ Send the current line from the Vim buffer to the runner pane for execution. @@ -339,7 +339,7 @@ The following normal mode maps are provided when g:VtrUseVtrMaps is set to 1: rr | VtrResizeRunner ror | VtrReorientRunner sc | VtrSendCommandToRunner - sl | VtrSendLineToRunner + sl | VtrSendLinesToRunner or | VtrOpenRunner kr | VtrKillRunner fr | VtrFocusRunner