This is an old post and there may be other way for this, but the way I do it is by adding a query shortcut (Tools>Options>Keyboard>Query Shortcuts) such as
Ctrl+3: Select top 1000 * from
then highlight the table name and click ctrl+3 to return the top 1000 rows from that table.