Home > Enterprise >  How to easily split screen space to fit two windows in Ubuntu 20.04.4
How to easily split screen space to fit two windows in Ubuntu 20.04.4

Time:07-09

I have installed Ubuntu 20.04.4 on my system but when i try to split the screen to use two windows, nothing is happening. I have use these combinations: Ctrl Super left/right arrow key

  • ctrl super ←
  • ctrl super →

I want to code using vs code as i see changes on chrome simultaneously

CodePudding user response:

Try Super Arrow key instead

  • super ←
  • super →

enter image description here

CodePudding user response:

You can use the windows(super)-key arrow keys to move and splitt screens.

If you wanna split your filemanager try use F3 key.

If you wanna see changes from vs code editor in chrome without reload page on the browser manually you need to config a live server in vs code editor.

Check this for live server in vs code editor:

VSCode Auto Reload Browser during code change

VS Code Live Server – How to Auto-Refresh Your Browser with this Simple Extension

  • Related