File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ vimux from automatically sending a return after the command.
91
91
*VimuxSendText*
92
92
VimuxSendText~
93
93
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
95
95
does not already exist. You will need to use VimuxOpenPane to do this. This
96
96
command can be used to interact with REPLs or other interactive terminal
97
97
programs that are not shells.
@@ -101,7 +101,7 @@ programs that are not shells.
101
101
*VimuxSendKeys*
102
102
VimuxSendKeys~
103
103
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
105
105
does not already exist. You will need to use VimuxOpenPane to do this. You can
106
106
use this command to send keys such as "Enter" or "C-c" to the runner pane.
107
107
You can’t perform that action at this time.
0 commit comments