I want a cool terminal for WSL, and “Windows Terminal” is easy to install and seems good.
From Microsoft Store.
https://medium.com/@callback.insanity/windows-terminal-changing-the-default-shell-c4f5987c31
defaultProfile
. In my case, it is "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}"
list
, find your Linux config line. Here is my sample."guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
guid
.Ctrl + V
issueAs a default, Ctrl + V
paste from the clipboard even you want to change “VISUAL BLOCK” mode in vim.
To avoid it, comment-out { "command": "paste", "keys": "ctrl+v" },
in your terminal settings.