Opened 14 years ago

Last modified 13 years ago

#6712 closed enhancement

Make new windows/tabs open at the path of the active tab — at Version 1

Reported by: andreasf Owned by: jackburton
Priority: normal Milestone: R1
Component: Applications/Terminal Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by andreasf)

It would be nice if Terminal would spawn new shells in such a way that they do not open with the default home folder ~> but with the current directory of the active shell.

That would match GNOME behavior.

Currently:

Shell 1:

Welcome to the Haiku shell.

~> cd /Source/haiku
/Source/haiku> 

Alt+t

Shell 2:

Welcome to the Haiku shell.

~> cd /Source/haiku/generated-gcc4
/Source/haiku/generated-gcc4> 

Requested:

Shell 1:

Welcome to the Haiku shell.

~> cd /Source/haiku
/Source/haiku> 

Alt+t

Shell 2:

Welcome to the Haiku shell.

/Source/haiku> cd generated-gcc4
/Source/haiku/generated-gcc4> 

Change History (1)

comment:1 by andreasf, 14 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.