This commit is contained in:
Gokcehan 2022-04-02 22:42:26 +03:00
parent 69fc98f992
commit 82dfce2e96

View File

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