diff --git a/tabby-terminal/src/components/searchPanel.component.pug b/tabby-terminal/src/components/searchPanel.component.pug index a7a3b588..c532d31a 100644 --- a/tabby-terminal/src/components/searchPanel.component.pug +++ b/tabby-terminal/src/components/searchPanel.component.pug @@ -7,7 +7,7 @@ (click)='$event.stopPropagation()', (keyup.enter)='findPrevious()', (keyup.up)='findPrevious()', - (keyup.down)='findPrevious()', + (keyup.down)='findNext()', (keyup.esc)='close.emit()', [placeholder]='"Search"|translate' )