win 10:linux 子系統多選項卡 bash

win 10:linux 子系統多選項卡 bash

有沒有辦法在 win 10 中為 linux 子系統取得多選項卡 bash 視窗?像是conemu或多標籤膩子或控制台之類的東西(http://sourceforge.net/projects/console/

答案1

您應該能夠使用 MobaXterm 之類的工具並開啟多個 Linux 子系統標籤。看一下這篇文章並向下滾動到他打開 WSL 選項卡的演示視頻:

http://blog.mobatek.net/post/mobaxterm-new-release-9.0/

另外,順便說一句,還有一個 UserVoice 問題似乎已獲得批准但尚未實施:

https://web.archive.org/web/20161204101149/https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/6509358-great-開始但仍然缺少我的cmd 願望之一

答案2

答案3

您可以使用的類似工具是一個名為 screen 的常見 Linux 實用程式。如果預設沒有安裝,安裝後可以使用sudo apt install screen運行sudo screen

現在您可以運行命令screen來啟動螢幕模擬,這些就像不可見的選項卡。若要建立新選項卡,請鍵入:ctrl-“a”“c”,若要在選項卡之間切換,請鍵入ctrl-“a”“n”

這基本上可以讓您同時執行 shell。 ctrl-"a" "d" 將您分離回主 shell。

更多內容可以在這裡找到:https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/

答案4

我已經開始使用Hyper.js透過https://superuser.com/a/1120008

相關內容