add: pwsh psfzf startup in PROFILE
This commit is contained in:
parent
1959ffc7f5
commit
b1b029a808
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ Set-PSReadLineKeyHandler -Chord "Ctrl+f" -Function ForwardWord # like fish
|
||||||
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
|
Set-PSReadLineKeyHandler -Chord "Tab" MenuComplete
|
||||||
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit
|
Set-PSReadLineKeyHandler -Chord "Ctrl+d" DeleteCharOrExit
|
||||||
|
|
||||||
|
# PsFzf Options
|
||||||
|
# 'Ctrl+t' for provider path, 'Ctrl+r' for reverse history
|
||||||
|
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
|
||||||
|
|
||||||
function ~ { cd ~ }
|
function ~ { cd ~ }
|
||||||
function .. { cd .. }
|
function .. { cd .. }
|
||||||
function epl {explorer.exe .}
|
function epl {explorer.exe .}
|
||||||
|
|
Loading…
Reference in a new issue