Bug 353127

Summary: New tab should have same profile as previously active tab
Product: [Applications] konsole Reporter: S. Boehringer <sboehringer+kde>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: cpigat242, subdiff
Priority: NOR    
Version: 2.14.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description S. Boehringer 2015-09-24 09:47:35 UTC
When opening a new tab the profile of the tab is set default profile. It would improve my workflow to have the profile being set to the profile of the previously active tab instead.
I suggest this behaviour should become the default or could be activated via an option.


Reproducible: Always

Steps to Reproduce:
1. Open konsole
2. Change profile
3. Open new tab

Actual Results:  
New tab has default profile

Expected Results:  
New tab should have same profile as previously active tab
Comment 1 Roman Gilg 2016-05-01 00:21:26 UTC
There is the "Clone tab" function in the file menu, which does exactly what you want:
https://github.com/KDE/konsole/blob/master/src/MainWindow.cpp#L448

But this function is only available in the File menu. IMHO it should be the default way to create a new tab. How do you normally open a new tab?