mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix tmux-complete test for old tmux versions
The CentOS Stream image I used provided tmux 2.7 which doesn't know about the "Delete" alias.
This commit is contained in:
parent
f033bccd3c
commit
3984725b80
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ isolated-tmux send-keys C-u 'bind \cs forward-char-passive' Enter C-l
|
|||
isolated-tmux send-keys C-u 'bind \cb backward-char-passive' Enter C-l
|
||||
isolated-tmux send-keys C-u 'echo do not accept this' Enter C-l
|
||||
tmux-sleep
|
||||
isolated-tmux send-keys 'echo do not accept thi' C-b C-b Delete C-b C-s 'h'
|
||||
isolated-tmux send-keys 'echo do not accept thi' C-b C-b DC C-b C-s 'h'
|
||||
tmux-sleep
|
||||
isolated-tmux send-keys C-s C-s C-s 'x'
|
||||
isolated-tmux capture-pane -p
|
||||
|
|
Loading…
Reference in a new issue