Bug 418021

Summary: Always start split view with same folder as in origin view regardless of split orientation
Product: [Applications] konsole Reporter: Oliver Maurhart <dyle71>
Component: split-viewAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: nate, whites11
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Oliver Maurhart 2020-02-22 07:01:17 UTC
- For the record: KDE Plasma 5.18.1 - 

I simply **love** the split view feature of Konsole und use it and a regular basis several times per day per hour.

What annoys me slightly though is, that while splitting the view top-down the folder of the origin view prevails, splitting left-right the folder resets to $HOME though.

tl;dr:

- cd ~/a/b/c
- split down
- pwd == ~/a/b/c   # in new view

- split right
- pwd == $HOME     # in new view ... =(

Could you please set CWD for the new view regardless of left-right and top-down?


Many much thx in advance.
Comment 1 whites11 2022-02-06 15:32:14 UTC
This is not the case any more. Works as desired by Oliver.