mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-23 19:54:44 +01:00
Handle dashes at the beginning of commands
This commit is contained in:
@@ -26,7 +26,7 @@ class TerminalSession
|
||||
end
|
||||
|
||||
def send_string(str)
|
||||
tmux_command("send-keys -t 0 -l '#{str.gsub("'", "\\'")}'")
|
||||
tmux_command("send-keys -t 0 -l -- '#{str.gsub("'", "\\'")}'")
|
||||
|
||||
self
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user