Skip to content

Commit 6e909a2

Browse files
committed
Fix typo in 1.0.0 docs.
1 parent 173fcda commit 6e909a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vimux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vimux from automatically sending a return after the command.
9191
*VimuxSendText*
9292
VimuxSendText~
9393

94-
Send raw text to the runer pane. This command will *not* open a new pane if one
94+
Send raw text to the runer pane. This command will not open a new pane if one
9595
does not already exist. You will need to use VimuxOpenPane to do this. This
9696
command can be used to interact with REPLs or other interactive terminal
9797
programs that are not shells.
@@ -101,7 +101,7 @@ programs that are not shells.
101101
*VimuxSendKeys*
102102
VimuxSendKeys~
103103

104-
Send keys to the runner pane. This command will *not* open a new pane if one
104+
Send keys to the runner pane. This command will not open a new pane if one
105105
does not already exist. You will need to use VimuxOpenPane to do this. You can
106106
use this command to send keys such as "Enter" or "C-c" to the runner pane.
107107

0 commit comments

Comments
 (0)