ConEmu:使用 GuiMacro 打开一个相同配置的新 shell

ConEmu:使用 GuiMacro 打开一个相同配置的新 shell

我怎样才能打开一个具有相同配置的新 ConEmu shell?

例如,目前我使用这个 GuiMacro 打开一个新的 git bash shell:

Shell("new_console", "{Bash::Git bash}", "", "%CD%")

我怎样才能让它更通用?这样,如果我在 git bash shell 中,它将使用{Bash::Git bash};但如果我在 cmd 提示符中,它将使用{Shells::cmd}

答案1

使用此 GUI 宏命令:Shell("new_console") 这将启动您当前正在运行的相同 shell。

我的宏及其快捷方式

我将它与Control++快捷方式Shift一起使用Enter

相关内容