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
# Cycle through arguments on current line and select the text. This makes it easier to quickly change the argument if re-running a previously run command from the history
605
605
# or if using a psreadline predictor. You can also use a digit argument to specify which argument you want to select, i.e. Alt+1, Alt+a selects the first argument
606
-
# on the command line.
606
+
# on the command line.
607
607
Set-PSReadLineKeyHandler-Key Alt+a `
608
608
-BriefDescription SelectCommandArguments `
609
609
-LongDescription "Set current selection to next command argument in the command line. Use of digit argument selects argument by position"`
0 commit comments