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
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?