我按照以下步骤操作在 PowerShell 上制作 ConEmu StoreCWD
...
但是现在怎么办?如何设置在与上一个窗口相同的目录中打开新选项卡/分屏(在 PowerShell 上)?
答案1
首先我按照“Shell 工作目录”
之后我发现该Shell
命令可以接受new_console:s50V
参数。所以我取消了屏幕分割的快捷键,并将它们分配给自定义宏
# ctrl + shift + o
Shell("new_console:s50V", "{Shells::PowerShell (Admin)}", "", "%CD%")
# ctrl + shift + e
Shell("new_console:s50H", "{Shells::PowerShell (Admin)}", "", "%CD%")