Bug 431241

Summary: Tabs should have their own terminal session
Product: [Applications] kate Reporter: Andrés B.S. <andresbs2000>
Component: applicationAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: christoph, nate, waqar.17a
Priority: NOR    
Version First Reported In: 20.12.0   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Andrés B.S. 2021-01-06 22:11:00 UTC
Sometimes I wan't to switch between tabs and leave a command running on one tab while a different thing on the other. What happens is a cd command popping up constantly when switching (which is fine, but that's why this is classified as wishlist)
Comment 1 Waqar Ahmed 2022-07-07 21:20:08 UTC
That might be too expensive.

What you can do instead is create tabs in terminal (ctrl + shift + t), or use the project plugin terminal in addition to the terminal plugin.
Comment 2 Christoph Cullmann 2022-07-07 21:26:39 UTC
What I thought about in the past weeks: Might it make sense to create a tab per directory for all local files in the terminal plugin (optional).

That would avoid the cd'ing around, too.