-
Switch focus between editor and integrated terminal in Visual Studio Code – Stack Overflow
ctrl+` : To Focus on Integrated Terminal
ctrl+1 : To Focus on Editor (If editor-2 command would be ctrl+2)
Mês: fevereiro 2020
Update (weekly)
-
Make App Window Transparent in Ubuntu 18.04, 18.10 – Tips on Ubuntu
“sh -c ‘xprop -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY $(printf 0x%x $((0xffffffff * 80 / 100)))'”