From 7005815671bf4b9ea01e5ec6c8f3af64bf57e5fa Mon Sep 17 00:00:00 2001 From: Sean <44933921+seantwie03@users.noreply.github.com> Date: Sun, 20 Feb 2022 13:12:31 -0800 Subject: [PATCH] 760 - Add opener example to lfrc for powershell (#765) --- etc/lfrc.ps1.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/lfrc.ps1.example b/etc/lfrc.ps1.example index ae8c55d..e4c46a6 100644 --- a/etc/lfrc.ps1.example +++ b/etc/lfrc.ps1.example @@ -17,6 +17,9 @@ set shell powershell # editor keybinding accordingly. map e $vim $Env:f +# change the open command to work in PowerShell +cmd open &start $Env:f + # change the pager used in default pager keybinding # The standard pager used in Windows is 'more' which is not a very capable # pager. You may instead install a pager of your choice and replace the default