Visual Studio Code - previous search

I came from Sublime to Visual Studio Code and I'm looking for the history of searches in the Visual Code , what was in the Sublime with -

Ctrl+Shift+F

enter image description here

and then just press to navigate between previous/next search.

How could I get the same functionality on Visual Studio Code on its search text field ?

enter image description here

My current Version is 1.5.2


Up: Shows the previous term in history

Down: Shows the next term in history

You can customize the keybinding to your liking using history.showPrevious and history.showNext


It's Up and Down in the search edit box. It used to be that you had to use alt, but later they added just the arrow keys by themselves. The keyboard shortcut is customizable under history.showPrevious and history.showNext