You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!! - all items, repeat the previous line
!* - just args
!:3 just 3rd item
!^ first argument
!$ last argument # or hit esc period
!* all arguments
!:2 second argument
!:2-3 second to third arguments
!:2-$ second to last arguments
!:2* second to last arguments
!:2- second to next to last arguments
!:0 the command
!:-2 first 2 items
# substitutions
^WORD1^WORD2^
!!:s/WORD1/WORD2
!!:gs/old/new/ or :&
The text was updated successfully, but these errors were encountered:
Support prompt expansions
Examples
The text was updated successfully, but these errors were encountered: