Skip to content

Instantly share code, notes, and snippets.

@hetima
Last active May 27, 2020 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hetima/ce76ef4591f2a1c20ff43c8b28ac9096 to your computer and use it in GitHub Desktop.
Save hetima/ce76ef4591f2a1c20ff43c8b28ac9096 to your computer and use it in GitHub Desktop.

PowerShell で fzf

scoop などで fzf をインストール

PSFzf をインストール

Install-Module -Name PSFzf

PowerShell 7 では管理者権限不要だった。インストール場所は "%USERPROFILE%\Documents\PowerShell\Modules"

プロファイルを開いて

notepad $profile

キー設定を追加

Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment