'Move word-by-word in Powershell Intellisense
I've achieved Intellisense from the Powershell
via PSReadLine, but unlike fish
shell where a word from the path can be concluded by hitting Ctrl + Right Arrow
, I can't find any such shortcut or solution for this issue in Powershell. If any solutions, I please welcome them.
Example :
I now want to obtain cd '.\PICS\KIRAN\'
only.
In fish
shell, it's the scenario where you click Ctrl + Right Arrow
for 2 times and then you get the expected result.
What should I do to obtain the same result in Windows Powershell
?
Solution 1:[1]
- Alt+F (forward)
- Alt+B (backword)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Wai Ha Lee |