Skip to content

Instantly share code, notes, and snippets.

@pirey
Created May 16, 2023 07:33
Show Gist options
  • Save pirey/a482cd9cafeb11c5876e9288002f1f0d to your computer and use it in GitHub Desktop.
Save pirey/a482cd9cafeb11c5876e9288002f1f0d to your computer and use it in GitHub Desktop.
powershell goodies
# nvim $profile - to edit the file
Import-Module PSFZF # enable fzf keybinding
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete # enable autocomplete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment