We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c1d3d commit bc4c8daCopy full SHA for bc4c8da
tmuxp/pane.py
@@ -81,7 +81,7 @@ def send_keys(self, cmd, enter=True):
81
:type enter: bool
82
83
"""
84
- self.tmux('send-keys', cmd)
+ self.tmux('send-keys', ' ' + cmd)
85
86
if enter:
87
self.enter()
0 commit comments