Merge branch 'main' of https://gitea.squi.fr/Rust/sqish
This commit is contained in:
commit
a24680debc
@ -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
|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user