mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Fix regression of C-e always accepting autosuggestion
This commit is contained in:
@@ -94,3 +94,11 @@ isolated-tmux send-keys C-s
|
||||
tmux-sleep
|
||||
isolated-tmux capture-pane -p
|
||||
# CHECK: prompt 7> echo suggest this
|
||||
|
||||
isolated-tmux send-keys C-u
|
||||
isolated-tmux send-keys 'echo sugg' C-a
|
||||
tmux-sleep
|
||||
isolated-tmux send-keys C-e M-f Space nothing
|
||||
tmux-sleep
|
||||
isolated-tmux capture-pane -p
|
||||
# CHECK: prompt 7> echo suggest nothing
|
||||
|
||||
Reference in New Issue
Block a user