diff --git a/etc/lfrc.ps1.example b/etc/lfrc.ps1.example index e4c46a6..26bbc87 100644 --- a/etc/lfrc.ps1.example +++ b/etc/lfrc.ps1.example @@ -10,6 +10,9 @@ set shell powershell # which does not work with powershell. Therefore, you need to override these # keybindings with explicit choices accordingly. +# change the default open command to work in powerShell +cmd open &start $Env:f + # change the editor used in default editor keybinding # There is no builtin terminal editor installed in Windows. The default editor # mapping uses 'notepad' which launches in a separate GUI window. You may @@ -17,9 +20,6 @@ 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