mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-18 20:53:40 +08:00
6d76b938c7
These are another way to spell the same thing that doesn't match what `bind` would print. They're also not documented and tested thoroughly. Since they are just small shortcuts and unreleased we can just remove them. Fixes #10845
14 lines
382 B
Fish
14 lines
382 B
Fish
#RUN: %fish %s
|
|
#REQUIRES: command -v tmux
|
|
|
|
isolated-tmux-start
|
|
|
|
isolated-tmux send-keys "function prepend; commandline --cursor 0; commandline -i echo; end" Enter
|
|
isolated-tmux send-keys "bind ctrl-g prepend" Enter
|
|
isolated-tmux send-keys C-l
|
|
isolated-tmux send-keys 'printf'
|
|
isolated-tmux send-keys C-g Space
|
|
tmux-sleep
|
|
isolated-tmux capture-pane -p
|
|
# CHECK: prompt 2> echo printf
|