cleanup
This commit is contained in:
parent
69fc98f992
commit
82dfce2e96
@ -10,6 +10,9 @@ set shell powershell
|
|||||||
# which does not work with powershell. Therefore, you need to override these
|
# which does not work with powershell. Therefore, you need to override these
|
||||||
# keybindings with explicit choices accordingly.
|
# 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
|
# change the editor used in default editor keybinding
|
||||||
# There is no builtin terminal editor installed in Windows. The default editor
|
# There is no builtin terminal editor installed in Windows. The default editor
|
||||||
# mapping uses 'notepad' which launches in a separate GUI window. You may
|
# mapping uses 'notepad' which launches in a separate GUI window. You may
|
||||||
@ -17,9 +20,6 @@ set shell powershell
|
|||||||
# editor keybinding accordingly.
|
# editor keybinding accordingly.
|
||||||
map e $vim $Env:f
|
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
|
# change the pager used in default pager keybinding
|
||||||
# The standard pager used in Windows is 'more' which is not a very capable
|
# 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
|
# pager. You may instead install a pager of your choice and replace the default
|
||||||
|
Loading…
Reference in New Issue
Block a user