mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-18 20:53:40 +08:00
ca21872d14
It's still a bit too complex unfortunately.
12 lines
272 B
Fish
12 lines
272 B
Fish
#RUN: %fish %s
|
|
#REQUIRES: command -v tmux
|
|
|
|
isolated-tmux-start
|
|
isolated-tmux send-keys 'echo "foo bar baz"' Enter C-l
|
|
isolated-tmux send-keys 'echo '
|
|
tmux-sleep
|
|
isolated-tmux send-keys M-Right
|
|
isolated-tmux capture-pane -p
|
|
# CHECK: prompt 1> echo "foo bar baz"
|
|
tmux-sleep
|