Konsole split screen replicates the same terminal

11,219

I'm afraid the split view has a limited function different than what you want. It allows you to view different parts of the same screen. That's it.

Here's an old article that covers the issue. From there:

Let's start with View -> Split View, which is a source of confusion because the split is a clone, not an independent window.

The purpose of this is to give two views of the same document or whatever output you are monitoring. For example, suppose you are studying a long configuration file. The split view shows the same document in both panes, but you can scroll independently to bring up different sections of the document side-by-side.

As far as konsole goes, you'll need to open a new window and arrange them to meet your needs. You could resize them and drag the windows to position them the way you want or use kwin shortcut to, for example, "snap" the windows to occupy half your machine's screen using Super+Left and Super+Right.


The workaround, is first to open a new tab, and then use split view. Work in one tab in one view and work in another tab in the other view. They'll be independent. You can use Shift+Tab to switch between tabs.

Using tabs and split view:

Tabs and split view


And here's a reddit thread on using Yakuake which splits screens the way you want.

Share:
11,219

Related videos on Youtube

opensas
Author by

opensas

Updated on September 18, 2022

Comments

  • opensas
    opensas over 1 year

    I've just installed Kubuntu 18.04 and when I press Ctrl-Shift-) in konsole, the screen is split in two, but they are the same terminal: what I type in one of them gets typed in the other.

    I don't want two views of the same terminal, I want to open a different terminal, just like what you do with terminator.

    Some info:

    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 18.04.2 LTS
    Release:        18.04
    Codename:       bionic
    
    $ kded5 --version
    kded5 5.44.0
    
    $ kded4 --version
    Qt: 4.8.7
    KDE Development Platform: 4.14.38
    KDE Daemon: 4.14.38
    
  • opensas
    opensas almost 5 years
    gee, that's a really odd, and not very useful, behavior... gonna have to stick with terminator ot tilix for a long while...
  • ArchimedesMP
    ArchimedesMP over 3 years
    I am not 100% sure this answer is correct. The behavior on my Arch Linux and Manjaro installations is actually exactly as @opensas expected. Ctrl+( is configured as a shortcut for "Split View Left/Right" and Ctrl + ) for "Top/Bottom". And at least I don't recall changing any setting besides the color scheme.