Scott Guthart

March 5, 2021

Fix Shift + UP and Shift + DOWN on Mac's Terminal.app

In Settings > Profiles > Keyboard add the following two entries:

For Shift + DOWN
Paste this in:
\033[1;2B

Screen Shot 2021-03-05 at 18.16.18.png



For Shift + UP
Paste this in:
\033[1;2A

Screen Shot 2021-03-05 at 18.15.04.png


This allowed me to scroll the preview window in FZF using my keyboard.