mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user