# -> number

This commit is contained in:
Marco D'Agostini 2020-04-03 12:56:14 -05:00
parent 3f86a5ed25
commit 2951ee6e40

View File

@ -5,7 +5,7 @@
## Insert previous arguments ## Insert previous arguments
- <kbd>Alt</kbd>+<kbd>.</kbd>: insert last argument from last command. - <kbd>Alt</kbd>+<kbd>.</kbd>: insert last argument from last command.
- <kbd>Alt</kbd>+<kbd>number</kbd>+<kbd>.</kbd>: insert #nth last argument from last command. - <kbd>Alt</kbd>+<kbd>number</kbd>+<kbd>.</kbd>: insert #nth last argument from last command.
- <kbd>Alt</kbd>+<kbd>-</kbd> , <kbd>number</kbd> , <kbd>Alt</kbd>+<kbd>.</kbd>, **zsh:** <kbd>Alt</kbd>+<kbd>-</kbd>+<kbd>#</kbd>+<kbd>.</kbd>: insert #nth first argument from last command. - <kbd>Alt</kbd>+<kbd>-</kbd> , <kbd>number</kbd> , <kbd>Alt</kbd>+<kbd>.</kbd>, **zsh:** <kbd>Alt</kbd>+<kbd>-</kbd>+<kbd>number</kbd>+<kbd>.</kbd>: insert #nth first argument from last command.
*In Linux you can repeat commands to go back in history* *In Linux you can repeat commands to go back in history*