diff --git a/tabby-terminal/src/components/searchPanel.component.pug b/tabby-terminal/src/components/searchPanel.component.pug index e27441cc..a7a3b588 100644 --- a/tabby-terminal/src/components/searchPanel.component.pug +++ b/tabby-terminal/src/components/searchPanel.component.pug @@ -6,6 +6,8 @@ [class.text-danger]='state.resultCount == 0', (click)='$event.stopPropagation()', (keyup.enter)='findPrevious()', + (keyup.up)='findPrevious()', + (keyup.down)='findPrevious()', (keyup.esc)='close.emit()', [placeholder]='"Search"|translate' )