Fix typo in 1.0.0 docs.

1.0.0rc1
benmills 11 years ago
parent 173fcda85d
commit 6e909a2439

@ -91,7 +91,7 @@ vimux from automatically sending a return after the command.
*VimuxSendText*
VimuxSendText~
Send raw text to the runer pane. This command will *not* open a new pane if one
Send raw text to the runer pane. This command will not open a new pane if one
does not already exist. You will need to use VimuxOpenPane to do this. This
command can be used to interact with REPLs or other interactive terminal
programs that are not shells.
@ -101,7 +101,7 @@ programs that are not shells.
*VimuxSendKeys*
VimuxSendKeys~
Send keys to the runner pane. This command will *not* open a new pane if one
Send keys to the runner pane. This command will not open a new pane if one
does not already exist. You will need to use VimuxOpenPane to do this. You can
use this command to send keys such as "Enter" or "C-c" to the runner pane.

Loading…
Cancel
Save