This commit is contained in:
Justine Pelletreau 2023-02-21 17:26:30 +01:00
commit a24680debc

View File

@ -20,7 +20,7 @@ Some shortcuts are built in. They may be unique to Sqish or be copied from Zsh f
* Ctrl+C : Clears the current line and starts a new one * Ctrl+C : Clears the current line and starts a new one
### In Text: ### In Text:
* !12 : Returns command number 12 from history (Replace the number 12 12 12 12 12 12 12 12 12 12 12 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel" * !12 : Returns command number 12 from history (Replace the number 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel"
* !! : Appends the previous command to the current line. Same principle as !12. * !! : Appends the previous command to the current line. Same principle as !12.