Windows Terminal
Page content
Terminal for WSL
I want a cool terminal for WSL, and “Windows Terminal” is easy to install and seems good.
How to install
From Microsoft Store.
Change default terminal from PowerShell to WSL
https://medium.com/@callback.insanity/windows-terminal-changing-the-default-shell-c4f5987c31
- Open settings. It is a json file.
- Find
defaultProfile
. In my case, it is"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}"
- In
list
, find your Linux config line. Here is my sample.
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
- Change the default Profile value as your Linux
guid
.
with Vim - Ctrl + V
issue
As 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.