760 - Add opener example to lfrc for powershell (#765)

This commit is contained in:
Sean 2022-02-20 13:12:31 -08:00 committed by GitHub
parent 03de10ba69
commit 7005815671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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