Skip to content

Support prompt expansions #326

Description

@wwolfe-mend

Support prompt expansions

Examples

!! - 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 :&

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions