10

I searched but could not quite find this information anywhere else. Could you list the best shortcut keys Squirrel?

I know it is possible to avoid a lot of typing with this feature of the tool.

The only one I know is to type SF and then press the spacebar. The result is SELECT * FROM.

Uder Moreira
  • 865
  • 6
  • 17
  • 33
  • @OP Please change the accepted answer to the top-voted one, as the currently accepted one does not answer your question. – zb226 May 10 '23 at 08:32

4 Answers4

13

Go to the Menu bar: Session -> Syntax -> Configure auto correct / abreviations

Make sure that Enable auto correct / abreviation checkbox is selected. Here you can see the existing list and also add abreviations of your own ;)

enter image description here

RBT
  • 24,161
  • 21
  • 159
  • 240
Andrea
  • 131
  • 1
  • 2
9

Using the menu option "Session-Syntax-Configure auto correct/abreviations" you can specify your own abreviations. I like to add SCF as an abreviation of SELECT COUNT(*) FROM.

StephenH
  • 93
  • 1
  • 5
8

Following link lists a few keyboard shortcuts that might help https://stackoverflow.com/tags/squirrel-sql/info

Community
  • 1
  • 1
PallaviS
  • 96
  • 1
  • 3
    Not sure why this is an accepted answer. The link in the answer doesn't answer what OP was looking for. – Harish Dec 19 '18 at 20:30
8

In SQuirrel, to find keyboard shortcuts, press ctrl + t and you will see the list.

Jobayer Ahmmed
  • 1,856
  • 3
  • 16
  • 20